1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Userland/Libraries/LibELF
Andreas Kling 713b3b36be DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)
To support this, I had to reorganize the "load_elf" function into two
passes. First we map all the dynamic objects, to get their symbols
into the global lookup table. Then we link all the dynamic objects.

So many read-only GOT's! :^)
2021-02-19 00:03:03 +01:00
..
Arch/i386 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AuxiliaryVector.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CoreDump.h Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE() 2021-01-20 21:01:15 +01:00
DynamicLinker.cpp DynamicLoader+Userland: Enable RELRO for shared libraries as well :^) 2021-02-19 00:03:03 +01:00
DynamicLinker.h LibELF: Use Optional<SymbolLookupResult> as a return type 2021-01-25 18:57:06 +01:00
DynamicLoader.cpp LibELF+Userland: Enable RELRO for all userland executables :^) 2021-02-18 18:55:19 +01:00
DynamicLoader.h LibELF+Userland: Enable RELRO for all userland executables :^) 2021-02-18 18:55:19 +01:00
DynamicObject.cpp LibELF+Userland: Enable RELRO for all userland executables :^) 2021-02-18 18:55:19 +01:00
DynamicObject.h LibELF: Only set up PLT trampoline for objects with a PLT 2021-02-05 12:10:45 +01:00
exec_elf.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Image.cpp LibELF: Avoid quadratic memory usage weakness 2021-01-30 09:25:02 +01:00
Image.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Validation.cpp LibELF: Add a bunch of overflow checks in ELF validation 2021-01-30 13:54:24 +01:00
Validation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00