Skip to content

Commit

Permalink
Merge pull request #6 from trufae/radare
Browse files Browse the repository at this point in the history
  • Loading branch information
bst04 authored Dec 10, 2024
2 parents d56e9a0 + 18b652b commit 8a3dae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ If you find this repository helpful, please consider giving it a star! Your supp
|[JADX](https://github.com/skylot/jadx)|Decompiler for Android apps. Not related to JAD.|
|[JAD](http://varaneckas.com/jad/)|JAD Java Decompiler (closed-source, unmaintained)|
|[Luyten](https://github.com/deathmarine/Luyten)|One of the best, though a bit slow, hangs on some binaries and not very well maintained.|
|[cutter](https://github.com/radareorg/cutter)|A decompiler based on radare2.|
|[R2Dec](https://github.com/wargio/r2dec-js)|Decompiler plugin for radare2|
|[Decai](https://github.com/radareorg/r2ai)|LLM-based decompiler for radare2|

#### 12. [](#-content) Disassembler and debuggers

Expand All @@ -264,6 +265,7 @@ If you find this repository helpful, please consider giving it a star! Your supp
|[Olly](http://www.ollydbg.de/)| A 32-bit assembler level analysing debugger for Windows|
|[plasma](https://github.com/joelpx/plasma)|Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.|
|[radare2](https://github.com/radare/radare2)|A portable reversing framework|
|[iaito](https://github.com/radareorg/iaito)|Graphical interface for radare2.|
|[x64dbg](https://github.com/x64dbg/x64dbg)|An open-source x64/x32 debugger for Windows|
|[ScratchABit](https://github.com/pfalcon/ScratchABit)| Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API|
|[Ghidra](https://ghidra-sre.org/)|A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission|
Expand Down

0 comments on commit 8a3dae6

Please sign in to comment.