Skip to content

burtonwilliamt/ElfParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ElfParser

This project is a project to try and understand how the Executable and Linkable Format works for binaries. In it's current state, the tool parses the elf header and reads the section header table. I am building this tool with the information available on the wikipedia page.

Running

This project is written in python, and needs the following packages:

  • pwntools
  • IPython (not necessary for the logic, but used in testing)

Simply run python elf_parser.py to execute the code. It will be parsing the a.out binary, which the source code is available in main.c. It is equivalent to /bin/true on unix systems.

About

Python parsing of the elf header

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published