All Projects → TheCodeArtist → Elf Parser

TheCodeArtist / Elf Parser

Licence: other
Identifying/Extracting various sections of an ELF file

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Elf Parser

Dissection
The dissection of a simple "hello world" ELF binary.
Stars: ✭ 427 (+385.23%)
Mutual labels:  disassembly, elf
Android Disassembler
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,... 리버싱 앱
Stars: ✭ 250 (+184.09%)
Mutual labels:  disassembly, elf
Fcd
An optimizing decompiler
Stars: ✭ 622 (+606.82%)
Mutual labels:  elf
App Peid
PEiD detects most common packers, cryptors and compilers for PE files.
Stars: ✭ 72 (-18.18%)
Mutual labels:  disassembly
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-62.5%)
Mutual labels:  disassembly
Die Engine
DIE engine
Stars: ✭ 648 (+636.36%)
Mutual labels:  elf
Tar Split
checksum-reproducible tar archives (utility/library)
Stars: ✭ 52 (-40.91%)
Mutual labels:  disassembly
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (+570.45%)
Mutual labels:  elf
Ysf
YSF Server Functions
Stars: ✭ 77 (-12.5%)
Mutual labels:  disassembly
Userlandexec
userland exec for Linux x86_64
Stars: ✭ 23 (-73.86%)
Mutual labels:  elf
Libobjectfile
LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, DWARF, ar...)
Stars: ✭ 63 (-28.41%)
Mutual labels:  elf
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+842.05%)
Mutual labels:  disassembly
Open C Book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 715 (+712.5%)
Mutual labels:  elf
Bincat
Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
Stars: ✭ 1,078 (+1125%)
Mutual labels:  disassembly
Habomalhunter
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.
Stars: ✭ 627 (+612.5%)
Mutual labels:  elf
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-17.05%)
Mutual labels:  disassembly
Goblin
An impish, cross-platform binary parsing crate, written in Rust
Stars: ✭ 591 (+571.59%)
Mutual labels:  elf
Dithumb
Minimal ARM/Thumb linear sweep disassembler similar to objdump
Stars: ✭ 5 (-94.32%)
Mutual labels:  elf
Pivirus
sample linux x86_64 ELF virus
Stars: ✭ 45 (-48.86%)
Mutual labels:  elf
Gloryhook
The first Linux hooking framework to allow merging two binary files into one!
Stars: ✭ 83 (-5.68%)
Mutual labels:  elf

elf-parser

Identifying/Extracting various sections of an ELF file

=============

  1. NOTES ============= This section contains random thoughts during development.

  2. Theoretical "hole" exists between elf-header and program-header. elf-header ends at elf_header.e_ehsize program-header starts at elf_header.e_phoff

  3. Dynamic-linked libraries (.so) == ELF Static-linked libraries (.a) == archive (no ELF!)

Licensed under the Creative Commons License. Refer LICENSE.md for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].