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

app byteripper

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

3 releases

0.1.3 Dec 9, 2024
0.1.2 Apr 4, 2021
0.1.1 Apr 4, 2021

#56 in macOS and iOS APIs

Download history 2/week @ 2024-10-11 1/week @ 2024-11-01 1/week @ 2024-11-08 125/week @ 2024-12-06 20/week @ 2024-12-13

145 downloads per month

MIT license

11KB
231 lines

Byteripper

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

Support ELF32, ELF64 and Mach-O shared libraries.

Usage

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

Dependencies

~5–18MB
~200K SLoC