-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support radare2/Cutter #3
Comments
Sorry to say this, but in our disassembler benchmark, |
Please let us know what can be fixed from our side. Thank you! |
Thank you, we will look into this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ghidra is not the only free and open source reverse engineering tool available. Another popular one is Radare2, a highly-portable cross-platform reverse engineering framework and a toolkit without dependencies. It has support for analyzing binaries, disassembling code, debugging programs, attaching to remote GDB/LLDB, WinDbg servers, rich plugin system (see
r2pm
), and integration with various decompilers. For example, ghidra decompiler plugin - r2ghidra-dec. It is actively developed and can be easily integrated in various open source and commercial products. I believe, it will be highly beneficial to support these and provide a package for install fromr2pm
, see the package repository here: https://github.com/radareorg/radare2-pmFor documentation on writing plugins for radare2 see Scripting and Plugins Radare2 Book chapters.
Cutter is a crossplatform Qt/C++ GUI frontend to radare2:
For documentation on writing plugins for Cutter see the official tutorial and the curated list of various popular plugins.
With the support of Binary Ninja and Radare2/Cutter, plus existing IDA Pro and Ghidra, you will cover most of the usage cases for heterogeneous teams.
The text was updated successfully, but these errors were encountered: