Iaito is a free and open source Qt and C++ based GUI for radare2 reverse engineering framework. It is released under GNU General Public License v3.0. It comes with plugins support and latest features of radare2 app. Some other features are parity of commands, keybindings and r2-style workflows, Set write, cache and read only modes, import PDB and more.
Download Iaito [Windows, Linux, MacOS]
How to Install Iaito on Ubuntu Linux
Iaito is available as a flatpak package file from flathub. First you need to install flatpak on your system.
Install flatpak and flathub on Ubuntu Linux
Start your terminal software (ctrl+alt+t) and run this Iaito flatpak app installation command. It will install the latest version of Iaito app on your system.
flatpak install flathub org.radare.iaito
After the installation you can start Iaito app using below command.
flatpak run org.radare.iaito
And uninstall Iaito using
sudo flatpak uninstall org.radare.iaito
That’s all.