Skip to content
/ iaito Public
forked from radareorg/iaito

Fork of Cutter from the last working commit with radare2

License

Notifications You must be signed in to change notification settings

mikelloc/iaito

 
 

Repository files navigation

Iaito logo

iaito

iaito is the official graphical interface for radare2 written in Qt/C++.

It is the continuation of Cutter before the fork to keep radare2 as backend.

  • Iaito was the original name of this GUI before being forked as Cutter.
  • Support latest versions and features of radare2
  • Use r2 plugins (f.ex: no need for r2ghidra-iaito plugin if r2ghidra is installed)
  • Focus on parity of commands and r2-style workflows.
  • Translations are in the early steps, please contribute!

Crowdin iaito CI

Screenshot

Downloading a release

iaito is available for Linux, macOS and Windows. Get the builds from the releases page in Github.

Installing dependencies

iaito depends on r2, and you should install it from git:

$ git clone https://github.com/radareorg/radare2
$ cd radare2 ; sys/install.sh

Extra dependencies are needed for macOS, see the .github/workflows/ci.yml for more details

brew install qt5

On Ubuntu/Debian

sudo apt install qttools5-dev-tools make 

Building from sources

./configure
make
make run

To install the app and the translations in your home:

make install

Linux packages

Linux packages

Plugins

iaito supports both Python and Native C++ plugins. For now the api is compatible with Iaito. Read the Plugins section on their documentation.

Help

Get help, updates, meet the community or discuss about development in these channels:

About

Fork of Cutter from the last working commit with radare2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • CMake 2.2%
  • QMake 1.7%
  • CSS 1.5%
  • Shell 1.4%
  • Python 1.0%
  • Other 1.2%