byteripper

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


Keywords
elf, macho, rust
License
MIT

Documentation

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>