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

Drumato/elfpeach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An TUI based elf analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages