Added resources to README.

This commit is contained in:
Karutoh 2025-04-08 22:55:39 -07:00
parent e95bf38d46
commit 1ba2e97943

View File

@ -26,7 +26,13 @@ Does not currently compile anything, it simply creates an ELF binary with provid
- Linux - Linux
- Windows - Windows
# ELF Structure # Resources
[Wiki: ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format)
[Wiki: DLL](https://en.wikipedia.org/wiki/Dynamic-link_library)
[Wiki: EXE](https://en.wikipedia.org/wiki/.exe)
[Format Example](https://kevinboone.me/elfdemo.html) [Format Example](https://kevinboone.me/elfdemo.html)
![ELF Structure](https://kevinboone.me/img/elfdemo1.png) ![ELF Structure](https://kevinboone.me/img/elfdemo1.png)