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☆166Updated last year
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆83Updated 2 years ago
- Simple elf linker implementation☆16Updated 6 years ago
- An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.☆53Updated 6 years ago
- run C++ from anywhere☆125Updated 5 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated 3 weeks ago
- 64bit bare metal hypervisor built from scratch with Intel VT-x☆94Updated 5 years ago
- Lightweight x86-64 instruction length disassembler (LDE)☆34Updated 2 years ago
- Linux BootKit☆32Updated 8 years ago
- Extended Length Disassembler Engine for x86-64 (1337 bytes in size)☆53Updated 6 years ago
- A Linux based Windows compatible user mode kernel☆59Updated 16 years ago
- Tiny loaders for various binary formats.☆243Updated 9 years ago
- Lightweight x86-64 disassembling library☆44Updated 3 years ago
- working fork() on windows vista and newer☆47Updated 13 years ago
- Bootsector loading binary file from FAT32 partition☆23Updated 7 years ago
- A C library for creating and using TCP/IP packets with raw network sockets☆69Updated 10 months ago
- Simple Protected Mode Kernel for i386☆15Updated 5 years ago
- A very simple hypervisor for learning experience.☆140Updated 4 years ago
- A compiler for a subset of C11 language. Under development...☆12Updated last year
- EFI Byte Code Virtual Machine in userspace☆81Updated 2 years ago
- Compile time assembler with nasm syntax☆79Updated 3 years ago
- Basically osdev notes; simplekernel is a very minimal operating system made for learning and conceptually understanding the OS theory, Hy…☆39Updated 3 years ago
- x86_64, PE32+, FAT32 bootloader☆26Updated 4 years ago
- Fork of http://code.nsnam.org/thehajime/elf-loader/ for unlimited dlmopen namespaces☆21Updated 2 years ago
- x86 Instruction Encoding Tutorial☆21Updated 10 years ago
- Example of how to use the ptrace(2) system call to call a userspace method.☆150Updated 6 years ago
- ksocket: easy TCP/UDP networking in kernel space☆28Updated 4 years ago
- Intel Vt-x/EPT based thin-hypervisor for windows with minimum possible code.☆178Updated 8 years ago
- Native win32 executables loader☆55Updated 7 years ago
- ELF packer - x86_64☆73Updated 10 years ago