elf-format
There are 29 repositories under elf-format topic.
horsicq/XELFViewer
ELF file viewer/editor for Windows, Linux and MacOS.
tgrysztar/fasmg
flat assembler g - adaptable assembly engine
packing-box/docker-packing-box
Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
compilepeace/BINARY_DISSECTION_COURSE
This repository is a hands-on tutorial which aims at going through dissection and analysis of arbitrary binaries.
packing-box/bintropy
Analysis tool for estimating the likelihood that a binary contains compressed or encrypted bytes
saferwall/elf
:gem: Go library to parse Executable and Linkable Format (ELF) files.
telepath9000/elf-packer
Encrypts 64-bit elf files that decrypt at runtime.
yalue/elf_reader
A Go library for reading and parsing ELF files
xyproto/cdetect
:microscope: Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
0x00Jeff/ElfFileInfecters
a collection of elf file infectors
Vector35/dwarf_import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
packing-box/dataset-packed-elf
Dataset of packed ELF samples
whatsyourask/basics-of-pwn
My course work about basic binary exploitation.🤿
0x1CA3/execelf
A utility to run ELF files in memory.
EntySec/libpawn
C library that is intended for providing methods for executing and injecting code.
turgu1/esp32-oberon-compiler
An Oberon-07 Compiler for the ESP32 Processor
xfgusta/elfy
Display information about ELF files
IdanBanani/ELF-Processs-Injection-Linux-Android
Shared object ELF Process injection and loading resources.
VirusFriendly/maladjusted
elf obfuscation tool
BullyWiiPlaza/ELF-Function-Utility
An utility for listing functions inside ELFs and for copying their machine code
felsenhower/elf-plotter
Plot ELF files and filter for sections and headers
ghosind/readelf
A simple readelf program implementation.
yiezias/tinyelf
创建Linux下最小的elf可执行文件
0scarB/hello.elf
112 byte "Hello, World!" ELF, x86-64, linux executable.
bagrii/elfview
View ELF file internals
Konstantin-sudo/SS_Assembler
University Project / Single Pass Assembler
Clcanny/shade-so
Try to provide an elf-format dynamic link libraries version of Apache Maven Shade Plugin. [Work In Progress]
KOLANICH-libs/isExecutable.cpp
A lib to distinguish a shared library from an executable. Mostly for ELF, but some rudimentary (file name extension-based) support of windows was added.
lighth7015/elf-runtime-loader
WIP: ELF loader for an operating system