From 0ed614169e5ce613892a457b885a427c0b690622 Mon Sep 17 00:00:00 2001 From: Meowycat983 <111838335+Meowycat983@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:25:57 +0700 Subject: [PATCH] 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. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ddf4a9b..35aca17 100644 --- a/README.adoc +++ b/README.adoc @@ -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).