|
You are here |
eli.thegreenplace.net | ||
| | | | |
mcuoneclipse.com
|
|
| | | | | Welcome to 'Alice in Wonderland'! For a university research project using an ARM Cortex-M33 we are evaluating position-independent code as way to load applications or part of it with a bootloader. It sounds simple: just add -fPIC to the compiler settings and you are done. Unfortunately, it is not that simple. That option opened up... | |
| | | | |
susam.net
|
|
| | | | | ||
| | | | |
cronop-io.github.io
|
|
| | | | | Walkthrough of a simple binary with format strings | |
| | | | |
wiki.osdev.org
|
|
| | | [AI summary] The provided text is an in-depth guide to understanding and implementing an ELF (Executable and Linkable Format) loader in low-level programming. It covers key concepts such as ELF headers, section headers, program headers, symbol tables, relocation entries, and the process of loading and executing ELF files. The text also includes code examples for parsing ELF headers, processing relocation entries, and handling memory mapping for segments. | ||