gabriel-rusu / E.L.F-Executable-Loader

The E.L.F Executable Loader loads the executable file into memory page-by-page, using a request-paging mechanism - a page will only be loaded when it is needed. For simplicity, the loader runs only static executable files - which is not linked to shared / dynamic libraries.
18Updated 3 years ago

Related projects

Alternatives and complementary repositories for E.L.F-Executable-Loader