Skip to content

radareorg/iaito

Repository files navigation

Iaito logo

iaito

iaito is the continuation of Iaito before the fork to keep radare2 as backend.

  • Focus on supporting latest version of radare2
  • Recommend the use of system installed
  • Closer integration between r2 and the UI

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, you should install it

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

Extra dependencies are needed for macOS

brew install qt5

On Ubuntu/Debian

sudo apt install qttools5-dev-tools make 

Building from sources

./configure
make
make run

Docker

To deploy cutter using a pre-built Dockerfile, it's possible to use the provided configuration. The corresponding README.md file also contains instructions on how to get started using the docker image with minimal effort.

make -C docker

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: