An open API service indexing awesome lists of open source software.

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.

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
```