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 is available for Linux, macOS and Windows. Get the builds from the releases page in Github.
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
./configure
make
make run
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
iaito supports both Python and Native C++ plugins. For now the api is compatible with Iaito. Read the Plugins section on their documentation.
Get help, updates, meet the community or discuss about development in these channels:
- Telegram: https://t.me/radare
- IRC: #radare and #cutter on irc.freenode.net
- Twitter: @radareorg