#extract #mach-o #binary #individual #elf #function #input

app byteripper

A tool to extract the binary code from every function in a library

2 releases

0.1.2 Apr 4, 2021
0.1.1 Apr 4, 2021

#23 in #mach-o

MIT license

10KB
235 lines

Byteripper

A tool to extract code from individual functions in a library.

Support ELF32, ELF64 and Mach-O libraries.

Usage

byteripper -i <input file> -o <output directory>

Dependencies

~2–2.8MB
~44K SLoC