#
elf
Here are 260 public repositories matching this topic...
LIEF - Library to Instrument Executable Formats
art
android
python
parser
sdk
parsing
reverse-engineering
elf
malware-analysis
binary-analysis
macho
pe
oat
modification
dex
executable-formats
lief
vdex
-
Updated
Jun 6, 2020 - C++
Program for determining types of files for Windows, Linux and MacOS.
html
debugger
detect
packer
entropy
static-analysis
reverse-engineering
disassembler
detector
elf
malware-analysis
binary-analysis
program-analysis
malware-research
unpacker
-
Updated
Jun 5, 2020 - YARA
HaboMalHunter is a sub-project of Habo Malware Analysis System (https://habo.qq.com), which can be used for automated malware analysis and security assessment on the Linux system.
-
Updated
Oct 13, 2019 - Python
The dissection of a simple "hello world" ELF binary.
-
Updated
Mar 21, 2019 - Assembly
DIE engine
entropy
reverse-engineering
signature
disassembler
elf
binary-analysis
program-analysis
yara
unpacker
-
Updated
Jun 12, 2020 - C++
Search for code cave in all binaries
-
Updated
Aug 29, 2019 - Python
ELF file viewer/editor for Windows, Linux and MacOS.
-
Updated
Jun 12, 2020 - C++
A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
-
Updated
Jun 1, 2020 - Python
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
-
Updated
Jun 10, 2020 - C++
Chain Reactor is an open source framework for composing executables that simulate adversary behaviors and techniques on Linux endpoints.
-
Updated
Mar 23, 2020 - C
Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
android
arm
ndk
dll
assembly
disassembler
capstone
symbols
jni
elf
iat
disassembly
nm
exe
reversing
security-tools
shared-library
windows-pe
disassemble
-
Updated
Jun 8, 2020 - Assembly
An improved version of AndroidNativeEmu,Allow running android elf on PC
-
Updated
Jun 11, 2020 - Python
jyn514
commented
Sep 9, 2019
Found this through a bug in my own code, I don't have stand-alone code to go with it right now since this came from a dev branch that's not public.
It's probably an error to pass 0 to set_align anyway, but it should return an error result instead of panicking.
Backtrace
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `Some(1)`,
ri
Lightweight elf binary parser with no external dependencies - Sections, Symbols, Relocations, Segments
-
Updated
Jan 10, 2019 - C++
Improve this page
Add a description, image, and links to the elf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elf topic, visit your repo's landing page and select "manage topics."
Attempting to decode any of the attached files with
goblin::elf::Elf::parsecrashes the process. Memory allocator runs out of virtual memory and the process is aborted.goblin-elf-oom-crashes.zip
Found via AFL.rs. Fuzzing harness: https://github.com/Shnatsel/goblin/blob/master/fuzz-afl/src/main.rs