Compact and Efficient RISC-V RV32I[MAFC] emulator
-
Updated
Jan 17, 2025 - C
Compact and Efficient RISC-V RV32I[MAFC] emulator
sample linux x86_64 ELF virus
ELFI (ELF over WIFI) is a FOTA ( Firmware Over The Air ) based software application, our application is following reliability, portability and configurability rules as well as the simple and efficient user experience.
Encrypts 64-bit elf files that decrypt at runtime.
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.
A personal implementation of GNU shell commands: nm and objdump
C library that is intended for providing methods for executing and injecting code.
Display information about ELF files
Atlas is a robust ELF parser implemented in C programming language. It has a custom decoder made from scratch. Designed for developers, security researchers and anyone curious with low-level world
A basic operating system for x86 architecture(64 bit) with TARFS filesystem. Supports fork(), cow(), paging, virtual memory/ring3 user process and syscall using INT $80. Able to run a shell and binaries: ls, cat, echo, kill, ps,sleep
C++ ELF parser
Library creating human-readable call stacks.
This program reads and interprets ELF formatted binary files, extracting and printing information such as the file's bitness, endianness, and ABI, as well as the entry point and program header table. It also prints segment and section types, virtual addresses, and sizes, as well as the first 32 bytes of actual segment and section data.
Command-line disassembler for ELF64 binary files
Loadable Kernel Module for checking ELF
Add a description, image, and links to the elf-parser topic page so that developers can more easily learn about it.
To associate your repository with the elf-parser topic, visit your repo's landing page and select "manage topics."