mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-28 23:44:17 +00:00
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.