https://github.com/jedisct1/byteripper
A tool to extract code from individual functions in a library.
https://github.com/jedisct1/byteripper
elf macho rust
Last synced: 9 months ago
JSON representation
A tool to extract code from individual functions in a library.
- Host: GitHub
- URL: https://github.com/jedisct1/byteripper
- Owner: jedisct1
- License: mit
- Created: 2018-05-11T14:44:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T11:30:06.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:46:38.647Z (about 1 year ago)
- Topics: elf, macho, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Byteripper
A tool to extract code from individual functions in a library.
Support ELF32, ELF64 and Mach-O libraries.
## Usage
```sh
byteripper -i -o
```