elf
Here are 300 public repositories matching this topic...
LIEF - Library to Instrument Executable Formats
-
Updated
Dec 6, 2020 - C++
Program for determining types of files for Windows, Linux and MacOS.
-
Updated
Dec 1, 2020 - JavaScript
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
DIE engine
-
Updated
Dec 6, 2020 - C++
The dissection of a simple "hello world" ELF binary.
-
Updated
Dec 2, 2020 - Assembly
A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
-
Updated
Nov 28, 2020 - Python
ELF file viewer/editor for Windows, Linux and MacOS.
-
Updated
Dec 6, 2020 - C++
An improved version of AndroidNativeEmu,Allow running android elf on PC
-
Updated
Jun 21, 2020 - Python
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,... 리버싱 앱
-
Updated
Nov 27, 2020 - Java
Search for code cave in all binaries
-
Updated
Aug 29, 2019 - Python
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
-
Updated
Nov 2, 2020 - C++
A powerful static binary rewriting tool
-
Updated
Dec 4, 2020 - C++
Chain Reactor is an open source framework for composing executables that simulate adversary behaviors and techniques on Linux endpoints.
-
Updated
Jun 12, 2020 - C
Magical ELF and Mach-o object file writer backend
-
Updated
Nov 29, 2020 - Rust
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