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☆165Updated last year
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆83Updated 2 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last week
- An ELF loader capable of manually loading ELF executables directly from memory into a new process, without the use of exec.☆53Updated 5 years ago
- Simple elf linker implementation☆17Updated 6 years ago
- 64bit bare metal hypervisor built from scratch with Intel VT-x☆92Updated 5 years ago
- Tiny loaders for various binary formats.☆241Updated 9 years ago
- run C++ from anywhere☆121Updated 5 years ago
- ☆29Updated 5 years ago
- Intel Vt-x/EPT based thin-hypervisor for windows with minimum possible code.☆177Updated 8 years ago
- Lightweight x86-64 instruction length disassembler (LDE)☆33Updated 2 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…☆195Updated 8 months ago
- A C library for creating and using TCP/IP packets with raw network sockets☆68Updated 9 months ago
- Bootsector loading binary file from FAT32 partition☆23Updated 7 years ago
- Stripped-down release of Tiny CC for 64-bit Windows minimalist coding☆35Updated 2 years ago
- A very simple hypervisor for learning experience.☆139Updated 3 years ago
- Linux Debugger Prototype☆44Updated 3 years ago
- ☆14Updated 12 years ago
- An ongoing attempt to create own hypervisior from scratch in linux.☆52Updated 4 years ago
- Examples for Linux ptrace(2)☆134Updated last year
- userland exec for Linux x86_64☆67Updated 3 years ago
- raid is a GDB-like tiny debugger which is based on ptrace.☆15Updated 3 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated last month
- __udivdi3(), __divdi3(), __umoddi3(), __moddi3(), etc. for embedded GCC☆47Updated last year
- Cross-platform asynchronous I/O library☆20Updated last year
- Demonstration of a Windows Boot Program using Window's Native API☆34Updated 6 years ago
- ELF packer - x86_64☆73Updated 10 years ago
- A compiler for a subset of C11 language. Under development...☆12Updated last year
- PoC lightweight x64 register based VM implementation☆53Updated last year
- A library that allows execution of an ELF binary inside a virtual machine without a full-scale operating system☆23Updated 10 years ago