gabriel-rusu / E.L.F-Executable-LoaderLinks
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 4 years ago
Alternatives and similar repositories for E.L.F-Executable-Loader
Users that are interested in E.L.F-Executable-Loader are comparing it to the libraries listed below
Sorting:
- small elf loader☆163Updated last year
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆82Updated last year
- An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.☆52Updated 5 years ago
- Simple elf linker implementation☆16Updated 6 years ago
- run C++ from anywhere☆121Updated 5 years ago
- Tiny loaders for various binary formats.☆238Updated 9 years ago
- Intel Vt-x/EPT based thin-hypervisor for windows with minimum possible code.☆177Updated 7 years ago
- userland exec for Linux x86_64☆67Updated 3 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last year
- 64bit bare metal hypervisor built from scratch with Intel VT-x☆94Updated 4 years ago
- A C library and binary for generating machine code of x86_64 assembly language and executing on the fly without invoking another compiler…☆190Updated 5 months ago
- Lightweight x86-64 instruction length disassembler (LDE)☆28Updated 2 years ago
- A very simple hypervisor for learning experience.☆138Updated 3 years ago
- Bootsector loading binary file from FAT32 partition☆22Updated 6 years ago
- Extended Length Disassembler Engine for x86-64 (1337 bytes in size)☆52Updated 6 years ago
- PoC lightweight x64 register based VM implementation☆53Updated 10 months ago
- Linux BootKit☆31Updated 7 years ago
- Tiny x86 Length Disassembler☆73Updated 4 years ago
- A library that allows execution of an ELF binary inside a virtual machine without a full-scale operating system☆22Updated 10 years ago
- A bare-metal x86 instruction set fuzzer a la Sandsifter☆69Updated last year
- Demonstration of a Windows Boot Program using Window's Native API☆33Updated 5 years ago
- Simple Protected Mode Kernel for i386☆15Updated 5 years ago
- A small library to modify all page-table levels of all processes from user space for x86_64 and ARMv8.☆261Updated 2 months ago
- Cross-platform asynchronous I/O library☆18Updated last year
- An ongoing attempt to create own hypervisior from scratch in linux.☆49Updated 3 years ago
- ☆13Updated 12 years ago
- Fork of http://code.nsnam.org/thehajime/elf-loader/ for unlimited dlmopen namespaces☆21Updated last year
- Example of how to use the ptrace(2) system call to call a userspace method.☆150Updated 6 years ago
- A git clone of the official mercurial repository☆89Updated 2 months ago
- Linux dynamic loader implimentation for self containment☆11Updated 6 years ago