Here are
41 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
Identifying/Extracting various sections of an ELF file
Updated
May 22, 2020
Assembly
Poc for ELF64 runtime infection via GOT poisoning technique by elfmaster
Generate ELF Linux 64-bit (x86-64) executable manually
Encrypts 64-bit elf files that decrypt at runtime.
A Go library for reading and parsing ELF files
Experiments on C/C++ Exploits
EPSON Thermal TM-T88V Printer Driver - Issues at
[Assembly Series] First Assembly Nasm: Some simple assembly programs X86_64 (elf64)
Updated
May 31, 2021
Assembly
ELF x64 toolkit & infection
Simple C program to backdoor ELF executables
cross platform elf64/macho64 binary infector
Updated
Jan 10, 2020
Assembly
A utility to run ELF files in memory.
A ptrace based debugger for dynamic and static linked binaries in ELF format.
64-bit PIE Binary Injector
Version Masamunpe for Linux
My implementation of the ELF executable packer described in
@fasterthanlime 's ongoing series.
Updated
May 10, 2021
Rust
color mira ELF executable file with parametrized input
计算自身md5的最小ELF64程序.The minimum ELF64 program to calculate its own md5
Projet dans la suite logique de nm/otools qui a pour principe de modifier les headers d'un fichier de type ELF64. Le but ici est de pouvoir ajouter un morceau de code et obfuscer une partie d'un fichier non strippé. Chiffrement du binaire en AES-NI. Codé en: C, ASM, SHELLCODE
Simple elf packer with userland exec
Simple emulator for elf64 linux binaries
This tool will display information about ELF files.
A simple obfuscator targeting dynamic linked Elfs.
CLI program for extending and modifying a compiled binary in ELF format (Advanced Topics in Operating Systems assignment #1)
Improve this page
Add a description, image, and links to the
elf64
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
elf64
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().