ladybird/ELFLoader
Andreas Kling 1c1d0f5362 ExecSpace should free its own allocations on destruction.
If hookableAlloc was used, we don't free anything. That's the client's
responsibility.
2018-10-23 15:31:23 +02:00
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
_test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
elf.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ELFImage.cpp Move ELFLoader debug output behind flags. 2018-10-23 11:03:26 +02:00
ELFImage.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ELFLoader.cpp Move ELFLoader debug output behind flags. 2018-10-23 11:03:26 +02:00
ELFLoader.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ExecSpace.cpp ExecSpace should free its own allocations on destruction. 2018-10-23 15:31:23 +02:00
ExecSpace.h Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
Makefile Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00