ladybird/Userland/DynamicLoader
William Marlow 747e8de96a Kernel+Loader.so: Allow dynamic executables without an interpreter
Commit a3a9016701 removed the PT_INTERP header
from Loader.so which cleaned up some kernel code in execve. Unfortunately
it prevents Loader.so from being run as an executable
2021-01-03 19:45:16 +01:00
..
CMakeLists.txt Build + LibC: Enable -fstack-protector-strong in user space 2021-01-02 11:34:55 +01:00
main.cpp Kernel+Loader.so: Allow dynamic executables without an interpreter 2021-01-03 19:45:16 +01:00
math.cpp Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
math.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
misc.cpp Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
misc.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00