Repository navigation
elf-loader
- Website
- Wikipedia
ELFIO and ARIO are robust, header-only C++ libraries designed to make binary file and archive manipulation effortless, efficient, and portable. Whether you are building compilers, linkers, binary analysis tools, or custom build systems, these libraries provide the foundation you need for working with ELF files and UNIX archives.
A library for loading ELF from memory and/or making Linux syscalls on Android written in pure Java.
sloader is an ELF loader which aims to replace ld-linux.so of glibc.
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
esp32 component to load in ram and relocate elf file
A loader capable of loading and relocating various forms of ELF files from memory or files.
Loads a native Windows assembly... right from your .NET embedded resources. Works on all modern .NET platforms.
ROP gadget finder and analysis in pure Javascript
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Linux assembly language minimal 'dynamic ELF' example plus experiments
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.
Run Unikraft ELF Loader app on Linux executables
C library that is intended for providing methods for executing and injecting code.
Dynamic loading with privilege separation
Built Linux applications (static-pie) for Unikraft binary compatibility mode