An TUI based elf analyzer
- ELF header
- section header table
- each section information
- ex. symbol table's relative string table
- hexdump
- each section information
- program header table
- symbols
- dymanic information
- each dynamic information
- ex. shared library name
- each dynamic information
- relocation symbols
- Filter by attribute
cargo run <file-path>
# or
./elfpeach <file-path>
key | description |
---|---|
q/Esc |
quit |
←/→ |
change attribute |
↑/↓ |
change section/segment/symbol |