mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:31:07 +00:00
ELF::DynamicLoader now validates the ELF header and the program headers in its constructor. The requested program interpreter from the PT_INTERP program header is now avaiable via a getter. The dynamic loader program will want to check that this matches its name, for extra shenanigans checking. |
||
|---|---|---|
| .. | ||
| Arch/i386 | ||
| DynamicLoader.cpp | ||
| DynamicLoader.h | ||
| DynamicObject.cpp | ||
| DynamicObject.h | ||
| exec_elf.h | ||
| Image.cpp | ||
| Image.h | ||
| Loader.cpp | ||
| Loader.h | ||
| Makefile | ||
| Validation.cpp | ||
| Validation.h | ||