Skip to content

Instantly share code, notes, and snippets.

View d0now's full-sized avatar
💎

Dohyeon Kim d0now

💎
View GitHub Profile
@d0now
d0now / binexport_binja.sh
Last active August 23, 2025 01:26 — forked from psifertex/binexport_binja.zsh
BinExport build script for Binary Ninja w/ convenient params
#!/usr/bin/env zsh
# Note:
# CMake, Clang, clang-format, Ninja, and sed are required to build
PRINT_CONFIG_AND_EXIT=0
FORCE_CREATE_LINK=0
while getopts b:d:cfl opt
do