banan-os/userspace/programs/DynamicLoader
Bananymous 7a68ce7e94 DynamicLoader: Fix testing for possible base address
Replace MAP_FIXED with MAP_FIXED_NOREPLACE and only attempt to map
program headers with PT_LOAD
2025-11-13 04:20:53 +02:00
..
CMakeLists.txt Userspace: Write a dynamic loader 2024-09-05 12:58:21 +03:00
main.cpp DynamicLoader: Fix testing for possible base address 2025-11-13 04:20:53 +02:00
utils.cpp LibC: Define ESHUTDOWN 2025-11-02 21:09:48 +02:00
utils.h DynamicLoader: Use file backed mmap when possible 2024-09-05 13:59:39 +03:00