readelf
There are 15 repositories under readelf topic.
finixbit/elf-parser
Lightweight elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments
onlyuser/gen-callgraph
gen-callgraph is a script to generate call graph from elf binary
SravanthiSinha/holbertonschool-linux_programming
System programming & Algorithm ― Linux programming
briansteffens/jsonelf
Describe an ELF file in JSON
xfgusta/elfy
Display information about ELF files
mintRaven-05/Atlas
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
oxidase/eff
Show human-readable Executable File Formats in Emacs
trimscash/texthex
Read text section bytes and format it for shellcode (64bit ELF only)
cybersecurity-dev/ELF-Static-Toolkit
ELF Static Toolkit | Executable and Linkable Format (ELF) Analysing Toolkit
ghosind/readelf
A simple readelf program implementation.
ParkHanbum/readelf_from_memory
Readelf from memory map.
pimnik98/readelf
Программа readelf предназначена для анализа заголовков ELF (Executable and Linkable Format) файлов для SayoriOS
tmijieux/eux_readelf
readelf utility program basic clone
trimscash/elfmt
Read text section bytes and format it for shellcode. based on trimscash/texthex