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
951 forks
Language: C++
last commit: 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 | 763 |
renovatebot/renovate | An automated tool that updates dependencies in software projects without manual intervention. | 17,735 |
zrax/pycdc | Translates compiled Python byte-code into human-readable source code | 3,382 |
llvm/llvm-project | A modular toolkit for building highly optimized compilers and run-time environments. | 29,392 |
uxmal/reko | A binary decompiler that analyzes and reverse-engineers machine code binaries from various processor architectures. | 2,173 |
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,734 |
cea-sec/miasm | A Python-based framework for analyzing and manipulating binary code | 3,507 |
ivmai/bdwgc | A conservative garbage collector for C and C++ storage allocation | 3,013 |
rizinorg/rizin | A reverse engineering framework and command-line toolset for analyzing binaries, debugging programs, and more. | 2,714 |
crytic/ida-evm | A Python-based toolset for reverse-engineering Ethereum Virtual Machine (EVM) binaries | 309 |
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,459 |
konloch/bytecode-viewer | A Java-based tool for analyzing and modifying Android APKs and other Java files | 14,719 |
boomerangdecompiler/boomerang | A decompiler tool for reverse-engineering machine code from various architectures and file formats. | 374 |