Skip to content
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

Change radare2 to Rizin in Toolset README.adoc #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change radare2 to Rizin in Toolset README.adoc
Cutter doesn't use radare2 anymore, they use their own fork of it, called Rizin. It's very different from radare2 and it can decompile bytecode from a lot of programming languages.
  • Loading branch information
Meowycat983 committed Jun 19, 2023
commit 0ed614169e5ce613892a457b885a427c0b690622
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* https://ghidra-sre.org/[Ghidra], an IDA-like RE suite courtesy of the NSA. Use https://github.com/ElementW/ghidra[this fork] if you want to load RISC-V binaries that have relocations (i.e. unlinked bins)

* https://cutter.re/[Cutter], a graphical frontend for
https://www.radare.org/r/[radare2]
https://rizin.re/[Rizin]

* https://github.com/sevaa/dwex[DWARF Explorer], an explorer for DWARF debugging data
** The proprietary libraries still contain DWARF data, but tool support for showing it varies greatly. This will show you the raw DWARF information (e.g. structures, function local variables, inlined function information).
Expand Down