Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 620 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 620 Bytes

elfpeach

sample.gif

An TUI based elf analyzer

TODO

  • ELF header
  • section header table
    • each section information
      • ex. symbol table's relative string table
    • hexdump
  • program header table
  • symbols
  • dymanic information
    • each dynamic information
      • ex. shared library name
  • relocation symbols
  • Filter by attribute

Usage

cargo run <file-path>
# or
./elfpeach <file-path>
key description
q/Esc quit
←/→ change attribute
↑/↓ change section/segment/symbol