I am making an ELF parser inspired by the readelf binary, purely for learning about ELF binaries.
- System V ABI / ELF spec (official)
/usr/include/elf.h— ground truth for every struct and constant on any Linux system- OSDev ELF Wiki — quick reference with diagrams