Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/REDasmOrg/REDasm
The OpenSource Disassembler
https://github.com/REDasmOrg/REDasm
arm binary-analysis cplusplus cross-platform dalvik dex disassembler esp32 esp32-idf espressif ida ida-pro idapro linux mips qt5 reverse-engineering software-analysis xtensa
Last synced: 3 months ago
JSON representation
The OpenSource Disassembler
- Host: GitHub
- URL: https://github.com/REDasmOrg/REDasm
- Owner: REDasmOrg
- License: gpl-3.0
- Created: 2017-11-25T13:35:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T23:10:56.000Z (9 months ago)
- Last Synced: 2024-07-31T12:14:54.694Z (3 months ago)
- Topics: arm, binary-analysis, cplusplus, cross-platform, dalvik, dex, disassembler, esp32, esp32-idf, espressif, ida, ida-pro, idapro, linux, mips, qt5, reverse-engineering, software-analysis, xtensa
- Language: C++
- Homepage: https://redasm.io
- Size: 44.1 MB
- Stars: 1,538
- Watchers: 52
- Forks: 140
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-bytecode - REDasm - The OpenSource Disassembler
README
Features
|
Compile
|
|
|
Telegram
REDasm is a cross platform disassembler with a modern codebase useful
from the hobbyist to the professional reverse engineer.
All features are provided by LibREDasm which loads
plugins developed in C, C++ and Python3 (you can also support new languages if you want!) and an user friendly Qt frontend.
LibREDasm also provides a plain C API for maximum ABI compatibility along with a C++17 core.
Tested on Windows and Linux.
### Features
REDasm is still under heavy development, currently is supports:
- C++ and Python 3 Plugins
- Multithreaded analysis
- Binary lifting and intermediate language analysis (RDIL)
- *Loaders*
- Portable Executable (with VB decompilation)
- ELF
- XBox 1
- PS1
- *Assemblers*
- x86 and x86\_64
- MIPS
- ARM64
- ARM (WIP)
- *More features are under development!*### Requirements
- CMake 3.12
- C++17 compiler (tested on GCC 10.x and MSVC2019)
- Qt 5.12### Building from source
Read [here](COMPILE.md)### Thanks to
- [MiniZ](https://github.com/richgel999/miniz) : ZLib's drop in replacement
- [TaoJSON](https://github.com/taocpp/json): C++ header-only JSON library
- [UndName](https://github.com/wine-mirror/wine/blob/master/dlls/msvcrt/undname.c): MSVC Demangler
- [Libiberty](https://github.com/bminor/binutils-gdb/tree/master/libiberty): Binutils Demangler
- [Zydis](https://github.com/zyantific/zydis): Fast and lightweight x86/x86-64 disassembler library
- [Capstone](https://github.com/aquynh/capstone): Disassembler Framework### License
- *LibREDasm* is released under GNU LGPL3 License
- *REDasm* is released under GNU GPL3 License