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☆168Updated last year
- 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
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last month
- 64bit bare metal hypervisor built from scratch with Intel VT-x☆93Updated 5 years ago
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆83Updated 2 years ago
- Intel Vt-x/EPT based thin-hypervisor for windows with minimum possible code.☆178Updated 8 years ago
- Tiny loaders for various binary formats.☆243Updated 9 years ago
- A very simple hypervisor for learning experience.☆141Updated 4 years ago
- ☆14Updated 12 years ago
- A C library for creating and using TCP/IP packets with raw network sockets☆70Updated 11 months ago
- Lightweight x86-64 instruction length disassembler (LDE)☆34Updated 2 years ago
- __udivdi3(), __divdi3(), __umoddi3(), __moddi3(), etc. for embedded GCC☆55Updated last year
- ☆29Updated 5 years ago
- Bootsector loading binary file from FAT32 partition☆23Updated 7 years ago
- x86 Instruction Encoding Tutorial☆22Updated 10 years ago
- userland exec for Linux x86_64☆67Updated 3 years ago
- x86_64 macro assembler entirely in C preprocessor☆45Updated 5 years ago
- Internal library providing platform independent types, macros and a fallback for environments without LibC.☆112Updated last month
- A library that allows execution of an ELF binary inside a virtual machine without a full-scale operating system☆23Updated 10 years ago
- Windows OS Internals Curriculum Resource Kit ACADEMIC☆19Updated 8 years ago
- Simple Intel VT-x type-2 hypervisor for 64-bit Linux.☆20Updated 5 years ago
- GCC/Clang inline assembly wrapper, C macro pre-processor based. ASM for human beings. Painless code migration from MSVC, Borland __asm {}…☆23Updated 2 years ago
- Compile time assembler with nasm syntax☆79Updated 3 years ago
- A micro hypervisor for running micro VMs☆266Updated last year
- Tiny x86 Length Disassembler☆73Updated 4 years ago
- Demonstration of a Windows Boot Program using Window's Native API☆34Updated 6 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 months ago
- PoC lightweight x64 register based VM implementation☆53Updated last year
- Extended Length Disassembler Engine for x86-64 (1337 bytes in size)☆53Updated 6 years ago