From fac8e26b8f0babe7d6171d22756c7c6ff0cb24f6 Mon Sep 17 00:00:00 2001 From: Maijin Date: Sat, 1 Sep 2018 11:42:31 +0200 Subject: [PATCH] Remove obsolete tool Bokken for Cutter --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 808a002..93ae263 100644 --- a/README.md +++ b/README.md @@ -501,13 +501,12 @@ the [browser malware](#browser-malware) section.* * [Binary ninja](https://binary.ninja/) - A reversing engineering platform that is an alternative to IDA. * [Binwalk](https://github.com/devttys0/binwalk) - Firmware analysis tool. -* [Bokken](http://www.bokken.re/) - GUI for Pyew and Radare. - ([mirror](https://github.com/inguma/bokken)) * [Capstone](https://github.com/aquynh/capstone) - Disassembly framework for binary analysis and reversing, with support for many architectures and bindings in several languages. * [codebro](https://github.com/hugsy/codebro) - Web based code browser using  clang to provide basic code analysis. +* [Cutter](https://github.com/radareorg/cutter) - GUI for Radare2. * [DECAF (Dynamic Executable Code Analysis Framework)](https://github.com/sycurelab/DECAF) - A binary analysis platform based   on QEMU. DroidScope is now an extension to DECAF. * [dnSpy](https://github.com/0xd4d/dnSpy) - .NET assembly editor, decompiler