#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

#19 in #mach-o

25 downloads per month

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

~1.8–2.5MB
~44K SLoC