ELFParser 1.0.0

A basic elf parser
1
2
3
4
5
6
7
8
9
10
# ELFParser
An elf parser

Documentation :

- https://refspecs.linuxfoundation.org/elf/elf.pdf
- https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#ELF_header
- https://upload.wikimedia.org/wikipedia/commons/e/e4/ELF_Executable_and_Linkable_Format_diagram_by_Ange_Albertini.png
- https://www.sunshine2k.de/coding/javascript/onlineelfviewer/onlineelfviewer.html
- https://notes.eatonphil.com/emulating-amd64-starting-with-elf.html