lunixbochs / usercorn

dynamic binary analysis via platform emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emit Universal Static Binary

Manouchehri opened this issue · comments

Given a target ELF/CGC/Mach-O executable, it would be neat if we could export a single universal static binary.

To work on both Linux and macOS, we could use bash to check what platform is running and unpack the correct static usercorn executable. (https://www.linuxjournal.com/content/add-binary-payload-your-shell-scripts)