There are 12 repositories under elf-parser topic.
ELF file viewer/editor for Windows, Linux and MacOS.
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.
Lightweight elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments
LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)
elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.
SherlockElf is a powerful tool designed for both static and dynamic analysis of Android ELF binaries and dynamic iOS Macho-O binaries (experimental).
Elf binary parsing utility written in Go.
Free Tools to View Internals of Binary File, including .class, .dex, .elf, .zip, etc.
ELF parser library implemented in pure Ruby!
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.
Lepton is a Lightweight ELF Parsing Tool that was designed specifically for analyzing and editing binaries with damaged or corrupted ELF headers.
Encrypts 64-bit elf files that decrypt at runtime.
Library for parsing ELF files written in pure Go.
A Go library for reading and parsing ELF files
This loads DWARF info from an open binary and propagates function names, arguments, and type info
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.
HexSpell is an open-source library written in Rust, designed to parse and manipulate executable files, DLLs, and more with minimal dependency overhead.
A personal implementation of GNU shell commands: nm and objdump
it's a small program written in rust with only the standard library to analyze the headers of an elf64 file