All Projects → REDasmOrg → Redasm

REDasmOrg / Redasm

Licence: gpl-3.0
The OpenSource Disassembler

Programming Languages

cplusplus
227 projects

Projects that are alternatives of or similar to Redasm

Bap
Binary Analysis Platform
Stars: ✭ 1,385 (+32.92%)
Mutual labels:  disassembler, arm, mips, binary-analysis, reverse-engineering
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (-9.88%)
Mutual labels:  ida, ida-pro, arm, mips, reverse-engineering
Plasma
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
Stars: ✭ 2,956 (+183.69%)
Mutual labels:  disassembler, arm, mips, reverse-engineering
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (-86.95%)
Mutual labels:  ida, ida-pro, arm, reverse-engineering
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+415.74%)
Mutual labels:  disassembler, arm, mips, reverse-engineering
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-86.47%)
Mutual labels:  ida, ida-pro, binary-analysis, reverse-engineering
B2r2
B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.
Stars: ✭ 262 (-74.86%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Ddisasm
A fast and accurate disassembler
Stars: ✭ 325 (-68.81%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
Stars: ✭ 4,178 (+300.96%)
Mutual labels:  disassembler, ida-pro, reverse-engineering
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (-64.59%)
Mutual labels:  disassembler, ida, reverse-engineering
Radare2
UNIX-like reverse engineering framework and command-line toolset
Stars: ✭ 15,412 (+1379.08%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+302.78%)
Mutual labels:  ida-pro, reverse-engineering, mips
Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (-14.01%)
Mutual labels:  disassembler, ida-pro, reverse-engineering
Lumen
A private Lumina server for IDA Pro
Stars: ✭ 257 (-75.34%)
Mutual labels:  ida, ida-pro, reverse-engineering
interp
Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining
Stars: ✭ 32 (-96.93%)
Mutual labels:  arm, mips, esp32
idasix
IDAPython compatibility library. idasix aims to create a smooth ida development process and allow a single codebase to function with multiple IDA/IDAPython versions
Stars: ✭ 24 (-97.7%)
Mutual labels:  qt5, ida, ida-pro
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (-43.57%)
Mutual labels:  ida, ida-pro, reverse-engineering
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (-9.6%)
Mutual labels:  disassembler, arm, reverse-engineering
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-96.83%)
Mutual labels:  disassembler, mips, reverse-engineering
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-81.38%)
Mutual labels:  disassembler, binary-analysis, reverse-engineering

Features | Compile | Reddit | Twitter | 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.11

Building from source

Read here

Thanks to

  • MiniZ : ZLib's drop in replacement
  • TaoJSON: C++ header-only JSON library
  • UndName: MSVC Demangler
  • Libiberty: Binutils Demangler
  • Zydis: Fast and lightweight x86/x86-64 disassembler library
  • Capstone: Disassembler Framework

License

  • LibREDasm is released under GNU LGPL3 License
  • REDasm is released under GNU GPL3 License
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].