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
- Cross-platform asynchronous I/O library☆12Updated 6 months ago
- An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.☆48Updated 5 years ago
- Lightweight x86-64 instruction length disassembler (LDE)☆27Updated last year
- Simple elf linker implementation☆16Updated 5 years ago
- small elf loader☆119Updated 5 months ago
- load so file into current memory space and run function☆80Updated 7 years ago
- A library that allows execution of an ELF binary inside a virtual machine without a full-scale operating system☆22Updated 9 years ago
- run C++ from anywhere☆108Updated 4 years ago
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆78Updated last year
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆32Updated 10 months ago
- Collection of simple anti-debugging tricks for Linux☆55Updated 6 years ago
- Windows OS Internals Curriculum Resource Kit ACADEMIC☆18Updated 7 years ago
- Fork of http://code.nsnam.org/thehajime/elf-loader/ for unlimited dlmopen namespaces☆18Updated last year
- Tiny loaders for various binary formats.☆223Updated 8 years ago
- Internal library providing platform independent types, macros and a fallback for environments without LibC.☆82Updated last month
- Some basic UEFI definitions and symbols exactly as definied by the UEFI spec, in a form of C++ headers to be used for writing C++ UEFI ap…☆13Updated 2 years ago
- ☆12Updated 11 years ago
- Linux BootKit☆29Updated 7 years ago
- A very simple hypervisor for learning experience.☆133Updated 3 years ago
- PoC lightweight x64 register based VM implementation☆51Updated last month
- Library and tools to access the Windows Minidump (MDMP) format☆38Updated 3 months ago
- Fast Binary Translator for the Kernel☆27Updated 11 years ago
- Helper script for Linux kernel disassemble or debugging with IDA Pro on VMware + GDB stub (including some symbols helpers)☆36Updated last year
- CMake module for building drivers with Windows Development Kit (WDK)☆9Updated last year
- Dump page tables on various OSes and analyze them☆28Updated 8 years ago
- Basically osdev notes; simplekernel is a very minimal operating system made for learning and conceptually understanding the OS theory, Hy…☆36Updated 2 years ago
- userland exec for Linux x86_64☆64Updated 2 years ago
- A simple hypervisor demonstrating the use of the Intel VT-rp (redirect protection) technology.☆91Updated 7 months ago
- Obfuscates dynamic symbol table☆134Updated 5 years ago
- Automatically exported from code.google.com/p/portable-executable-library☆21Updated 8 years ago