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