IAITO(1) General Commands Manual IAITO(1)

iaito - manual page for iaito

iaito [options] filename

A Qt and C++ GUI for radare2 reverse engineering framework. The iaito is the continuation of the Iaito before the fork of radare2 / rizin to keep radare2 as backend.
- Focus on supporting latest version of radare2.
- Recommend the use of system installed libraries.
- Closer integration between r2 and the UI.

Displays help on commandline options.
Displays help including Qt specific options.
Displays version information.
Automatically open file and optionally start analysis. Needs filename to be specified. May be a value between 0 and 2: 0 = no analysis, 1 = aaa, 2 = aaaa (experimental)
Force using a specific file format (bin plugin)
Load binary at a specific base address
Run script file
Open file in write mode
PYTHONHOME to use for embedded python interpreter
Disable output redirection. Some of the output in console widget will not be visible. Use this option when debuging a crash or freeze and output redirection is causing some messages to be lost.
Do not load plugins
Do not load Iaito plugins
Do not load radare2 plugins

Filename to open. If not specified file selection dialog will be shown.

The full documentation for iaito is maintained as docs folder in the source https://github.com/radareorg/iaito/tree/master/docs In your distribution you might find it compiled in separate iaiato-doc package.

iaito User Commands