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

krop/iaito

 
 

Repository files navigation

Iaito logo

iaito

iaito is the official graphical interface for radare2, a libre reverse engineering framework.

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.
  • It's written in Qt/C++ (qt5 for now). No Qt6 support yet
  • 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!
  • Aims to support all the features from the core, not just disassembler-based ones
    • forensics, networking, bindiffing, solvers, ...

Crowdin iaito CI Linux packages

Screenshot

Downloading a release

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

On Windows, you will need to have the corresponding radare2 Windows release to make iaito work: Copy the share/ directory and the contents of the bin/ directory of the radare2 release into the root directory of the iaito release which contains iaito.exe. For example, assuming you have both radare2 and iaito releases extracted in the same directory, run the powershell commands:

cp .\radare2-5.3.1-w64\bin\* -Destination .\iaito-w64\
cp .\radare2-5.3.1-w64\share\ -Destination .\iaito-w64\

Installing dependencies

iaito depends on an r2 build that is not thread-safe, so you must build it like this:

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

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

brew install qt@5

On Ubuntu/Debian

sudo apt install qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5svg5-dev make

Building from sources

./configure
make
make run

To install the app and the translations in your home:

make install

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++ 90.3%
  • CMake 2.2%
  • QMake 1.7%
  • CSS 1.5%
  • Shell 1.4%
  • Python 1.0%
  • Other 1.9%