byteripper

Crates.iobyteripper
lib.rsbyteripper
version0.1.3
sourcesrc
created_at2021-04-04 22:07:06.923695
updated_at2024-12-09 11:29:43.400267
descriptionA tool to extract the binary code from every function in a shared library
homepagehttps://github.com/jedisct1/byteripper
repositoryhttps://github.com/jedisct1/byteripper
max_upload_size
id379011
size22,522
Frank Denis (jedisct1)

documentation

README

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

cargo fmt