serenity/ELFLoader
Andreas Kling b824f15619 Launching an arbitrary ELF executable from disk works! :^)
This is so cool! It's a bit messy now with two Task constructors,
but eventually they should fold into a single constructor somehow.
2018-10-22 15:43:02 +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 Import very modest Userland. 2018-10-22 14:06:22 +02:00
ELFImage.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ELFLoader.cpp Import very modest Userland. 2018-10-22 14:06:22 +02:00
ELFLoader.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ExecSpace.cpp Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +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