Here are
44 public repositories
matching this topic...
ELF file viewer/editor for Windows, Linux and MacOS.
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Pakkero is a binary packer written in Go made for fun and educational purpose. Its main goal is to take in input a program file (elf binary, script, even appimage) and compress it, protect it from tampering and intrusion.
Elf binary infector written in Go.
Packer/Protector for x86-64 ELF binaries on Linux
sample linux x86_64 ELF virus
Linux Malware Sample Archive including various types of malicious ELF binaries and viruses. Be careful!
Poc for ELF64 runtime infection via GOT poisoning technique by elfmaster
Generate ELF Linux 64-bit (x86-64) executable manually
Read your own .note.gnu.build-id
Encrypts 64-bit elf files that decrypt at runtime.
An x86 real mode multiboot-ish ELF bootloader
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
Updated
Nov 22, 2021
Python
A tool for patching binaries to use specific versions of glibc
Updated
Jun 16, 2019
Python
Analysis tool for estimating the likelihood that a binary contains compressed or encrypted bytes
Updated
Feb 22, 2022
Python
Updated
Oct 24, 2021
JavaScript
self-distributing SFX (SelF eXtractor) | SEA (Self Extractor Archive) software for Linux
A utility to run ELF files in memory.
Python3 scripts that executes an elf (Linux executable format) completely in memory.
Updated
Jun 9, 2021
Python
A ptrace based debugger for dynamic and static linked binaries in ELF format.
A program to remove section-header information from 32/64 bit ELF and PE32 executables.
A simple elf symbol table reader based on libelf
Count statistics of opcodes and register / arguments in ELF binaries
Updated
Jan 7, 2021
Python
color mira ELF executable file with parametrized input
64-bit PIE Binary Injector
Version Masamunpe for Linux
x86-64 assembler capable of generating relocatable ELF objects
Improve this page
Add a description, image, and links to the
elf-binaries
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
elf-binaries
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
https://github.com/thesc1entist/elfread/blob/4e7e5a4c7a204cde37dd258db5908a8b55fb1b8c/elfread.c#L224
Calling stat() before locking the file with fopen() is a security issue. Use fopen() first to lock the file then use fstat() instead of stat().