1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibELF
Liav A 69b97fe318 LibELF: Disallow the DynamicLinker from linking a static-pie ELF object
The dynamic loader can't reasonably run static-pie ELF. static-pie ELFs
might run executable code that invokes syscalls outside of the defined
syscall memory executable (code) region security measure we implement.

Known examples of static-pie ELF objects are ELF packers, and the actual
system-provided dynamic loader itself.
2023-11-27 09:27:34 -07:00
..
Arch Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
AuxiliaryVector.h Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2023-01-21 10:43:59 -07:00
CMakeLists.txt LibC+LibELF: Move ELF definitions from LibC to LibELF 2023-06-27 12:40:38 +02:00
Core.h Everywhere: Remove exceptions for using #include <LibC/...> 2023-06-27 12:40:38 +02:00
DynamicLinker.cpp LibELF: Disallow the DynamicLinker from linking a static-pie ELF object 2023-11-27 09:27:34 -07:00
DynamicLinker.h LibELF: Export static resolve_library method of the DynamicLinker code 2022-12-31 05:06:39 -07:00
DynamicLoader.cpp LibELF: Handle TLSDESC relocations in .rela.plt for GNU ld 2023-10-14 19:16:22 +02:00
DynamicLoader.h LibELF: Cache consecutive lookups for the same symbol 2023-08-19 05:15:08 +02:00
DynamicObject.cpp LibELF: Disallow the DynamicLinker from linking a static-pie ELF object 2023-11-27 09:27:34 -07:00
DynamicObject.h LibELF: Disallow the DynamicLinker from linking a static-pie ELF object 2023-11-27 09:27:34 -07:00
ELFABI.h LibELF: Add initial RISC-V support 2023-11-04 22:13:52 +01:00
Hashes.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Image.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Image.h LibC+LibELF: Move ELF definitions from LibC to LibELF 2023-06-27 12:40:38 +02:00
Relocation.cpp LibC+LibELF: Move ELF definitions from LibC to LibELF 2023-06-27 12:40:38 +02:00
Relocation.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
Validation.cpp LibELF: Add initial RISC-V support 2023-11-04 22:13:52 +01:00
Validation.h Kernel: Consolidate finding the ELF stack size with validation 2023-07-10 21:08:31 -06:00