Crates.io | byteripper |
lib.rs | byteripper |
version | 0.1.2 |
source | src |
created_at | 2021-04-04 22:07:06.923695 |
updated_at | 2021-04-04 22:13:36.93443 |
description | A tool to extract the binary code from every function in a library |
homepage | https://github.com/jedisct1/byteripper |
repository | https://github.com/jedisct1/byteripper |
max_upload_size | |
id | 379011 |
size | 17,259 |
A tool to extract code from individual functions in a library.
Support ELF32, ELF64 and Mach-O libraries.
byteripper -i <input file> -o <output directory>