ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
-
Updated
Nov 6, 2024 - C++
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Generate ELF Linux 64-bit (x86-64) executable manually
This repository is a hands-on tutorial which aims at going through dissection and analysis of arbitrary binaries.
A simple ELF Virus that can execute malacious code, infect other ELF files, and execute the host file's code normally.
Read your own .note.gnu.build-id
Lepton is a Lightweight ELF Parsing Tool that was designed specifically for analyzing and editing binaries with damaged or corrupted ELF headers.
A Go library for reading and parsing ELF files
A personal implementation of GNU shell commands: nm and objdump
Build AWS Lambda Layers for Python runtime. A solution for Layers that contains cryptography library.
A utility to remove the section header from an ELF file, along with its string table. It also clears the fields in the ELF header related to the section header.
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.
Generates Executable and Linkable Format files for different types (executable, shared, and object) and versions (32-bit and 64-bit).
Plot ELF files and filter for sections and headers
My semester-long project for CS261 - Computer Systems at James Madison University where I constructed a cpu simulator using a smaller version of x86 called y86.
Rust implemention of xxd -e -l 64
Modify the Linux kernel to be able to read a new ELF section
Add a description, image, and links to the elf-header topic page so that developers can more easily learn about it.
To associate your repository with the elf-header topic, visit your repo's landing page and select "manage topics."