Skip to content

Instantly share code, notes, and snippets.

View d0now's full-sized avatar
🇰🇷

Dohyeon Kim d0now

🇰🇷
View GitHub Profile
@psifertex
psifertex / binexport_binja.zsh
Last active November 7, 2024 08:42
BinExport build script for Binary Ninja (macOS + Linux Only)
#!/usr/bin/env zsh
# Note:
# CMake, Clang, clang-format, Ninja, git and sed are required to build
#
# Note that currently there is a bug (https://github.com/google/binexport/issues/117)
# that requires applying this patch, remove when resolved
#
if [ -d ~/Downloads ]