add ELF data types

This commit is contained in:
do butterflies cry? 2025-09-26 14:05:50 +10:00
parent 885dfbb100
commit 29a66b5663
2 changed files with 32 additions and 0 deletions

6
lib/elf/README.md Normal file
View file

@ -0,0 +1,6 @@
# Executable and Linkable Format (ELF)
## References:
1. https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
2. https://gabi.xinuos.com/
3. https://github.com/xinuos/gabi