retdec
Machine code decompiler
A tool for reverse engineering machine code from various file formats and architectures.
RetDec is a retargetable machine-code decompiler based on LLVM.
8k stars
242 watching
949 forks
Language: C++
last commit: about 2 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
avast/retdec-idaplugin | Decompiles binary code from various architectures into human-readable assembly code | 762 |
renovatebot/renovate | An automated tool that updates dependencies in software projects without manual intervention. | 17,669 |
zrax/pycdc | Translates compiled Python byte-code into human-readable source code | 3,361 |
llvm/llvm-project | A modular toolkit for building highly optimized compilers and run-time environments. | 29,107 |
uxmal/reko | A binary decompiler that analyzes and reverse-engineers machine code binaries from various processor architectures. | 2,168 |
cisco-talos/ropmemu | An analysis and decompilation framework for complex code-reuse attacks. | 284 |
samboycoding/cpp2il | Reverses Unity's IL2CPP build process to its original managed DLLs | 1,729 |
cea-sec/miasm | A Python-based framework for analyzing and manipulating binary code | 3,495 |
ivmai/bdwgc | A conservative garbage collector for C and C++ storage allocation | 2,998 |
rizinorg/rizin | A reverse engineering framework and command-line toolset for analyzing binaries, debugging programs, and more. | 2,711 |
crytic/ida-evm | A Python-based toolset for reverse-engineering Ethereum Virtual Machine (EVM) binaries | 308 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 158 |
remzi-arpacidusseau/ostep-code | A collection of code examples and implementations from the book OSTEP, covering various topics in operating system development. | 3,448 |
konloch/bytecode-viewer | A Java-based tool for analyzing and modifying Android APKs and other Java files | 14,699 |
boomerangdecompiler/boomerang | A decompiler tool for reverse-engineering machine code from various architectures and file formats. | 373 |