byteripper

Crates.iobyteripper
lib.rsbyteripper
version0.1.2
sourcesrc
created_at2021-04-04 22:07:06.923695
updated_at2021-04-04 22:13:36.93443
descriptionA tool to extract the binary code from every function in a library
homepagehttps://github.com/jedisct1/byteripper
repositoryhttps://github.com/jedisct1/byteripper
max_upload_size
id379011
size17,259
Frank Denis (jedisct1)

documentation

README

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>
Commit count: 13

cargo fmt