coder-amer's Stars
plasma-disassembler/plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
monkbai/DNN-decompiler
BTD - Bin To DNN: A DNN Executables Decompiler
nemerle/dcc
This is a heavily updated version of the old DOS executable decompiler DCC
tunz/binch
A light ELF binary patch tool in python urwid
progval/pythonvm-rust
An incomplete stackless interpreter of Python bytecode, written in Rust.
FuturisticGoo/UnPYC
A GUI tool for uncompiling Python bytecode
tbursztyka/python-elf
An ELF format manipulation library in python
mipek/binarydroid
Basic disassembler (currently ELF&ARM only) for Android
TesterTesterov/AI5WINScriptTool
Tool for disassembling and assembling scripts .mes from the visual novel's engine AI5WIN.**//** Средство для разборки и сборки скриптов .mes движка визуальных новелл AI5WIN.
finixbit/motex
A binary analysis framework
invictus-0x90/my_disassembler
A project involving writing a disassembler in python for ELF binaries in order to learn more about the Capstone library prior to a summer research project.
rwils83/elf_disassembler
Ernest1338/Threebe
Threebe - Libre (FOSS - Free and Open Source) tool for displaying a Hexdump / Disassembly / Strings / Information from/of a (binary) file.
Yoogurt/Brilliant
ELF file decoder written by Java
aman16011/Decompiler
This is about making a decompiler which will convert arm code to python executable code
TekuConcept/ArmElfDisassembler
Disassemble ARM-ELF (32-bit) object files into pseudo-assembly files.
bravesoftdz/zexersoft-Form-Extractor
A decompiler tool to extract forms and data modules from executables created using Borland Delphi or C++ Builder. formex.zip
baryluk/elf-opcode-stats
Count statistics of opcodes and register / arguments in ELF binaries
BlogEmbarcado/Disassembler_Arduino_Tool_
Software to disassembler the elf file of the Arduino Project
ImanHosseini/OBIN
OBIN is a toy binary analysis platform (elf parser + disassembler + more)
ivankohut/tatradas
Disassembler for x86 executables (16-bit and 32-bit) which supports PE, NE, MZ, COM and ELF file formats
pld-linux/boomerang
A general, open source, retargetable decompiler of native executable files
habitualdev/pyEyeStaller
Pyinstaller Executable Decompiler and Analyzer
jspam344/x86_arm_disassem
Disassembler for ELF binaries on 32-64-bit x86 and ARM architectures
trofik00777/ElfDisassembler
A translator program that can be used to convert machine code into the text of an assembly language program
xigh/rvdis-rs
RISCV RV32/64 very simple disassembler with ELF support
yourlogarithm/dexompiler-rs
Dalvik executable decompiler written in Rust
Ansarill/disassembler-risc-v
RISC-V disassembler (ELF-file parser)
m0rphiz3/pyDeTool
Python based disassembler debugger disassembler for portable executables and elf files.
prosher/riscv-disasm
Simple 32-bit RISC-V instruction disassembler (from ELF file) on Java