elf-format
There are 34 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.
saferwall/elf
:gem: Go library to parse Executable and Linkable Format (ELF) files.
packing-box/bintropy
Analysis tool for estimating the likelihood that a binary contains compressed or encrypted bytes
telepath9000/elf-packer
Encrypts 64-bit elf files that decrypt at runtime.
xyproto/cdetect
:microscope: Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
yalue/elf_reader
A Go library for reading and parsing ELF files
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
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.
whatsyourask/basics-of-pwn
My course work about basic binary exploitation.🤿
felsenhower/elf-plotter
Plot ELF files and filter for sections and headers
VirusFriendly/maladjusted
elf obfuscation tool
0xAminED/elf-pwn
A Python script for analyzing ELF (Executable and Linkable Format) files.
BullyWiiPlaza/ELF-Function-Utility
An utility for listing functions inside ELFs and for copying their machine code
ghosind/readelf
A simple readelf program implementation.
Modula-dev/gyb
A bytecode-based cross platform linker
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
packing-box/python-exeplot
Library for plotting executable samples supporting multiple formats
z0mb13w4r/objtools
next-gen replacement for readelf, objdump and objcopy.
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
waived/exec_decode_dump
Extract ASCII-readable strings from EXE/ELF binary. Python3 alternative to GNU-Strings