Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 291 Bytes

File metadata and controls

15 lines (11 loc) · 291 Bytes

elfp

An ELF binary file format parser

#Example Output

cargo build --release

elfp --help
elfp --filepath <path-to-elf-file> > dump
elfp -f <path-to-elf> [--header | --program | --section | --all] [--data] > dump

Wish you luck! Licensing