1IAITO(1) General Commands Manual IAITO(1)
2
3
4
6 iaito - manual page for iaito
7
9 iaito [options] filename
10
12 A Qt and C++ GUI for radare2 reverse engineering framework. The iaito
13 is the continuation of the Iaito before the fork of radare2 / rizin to
14 keep radare2 as backend.
15 - Focus on supporting latest version of radare2.
16 - Recommend the use of system installed libraries.
17 - Closer integration between r2 and the UI.
18
20 -h, --help
21 Displays help on commandline options.
22
23 --help-all
24 Displays help including Qt specific options.
25
26 -v, --version
27 Displays version information.
28
29 -A, --analysis <level>
30 Automatically open file and optionally start analysis. Needs
31 filename to be specified. May be a value between 0 and 2: 0 = no
32 analysis, 1 = aaa, 2 = aaaa (experimental)
33
34 -F, --format <name>
35 Force using a specific file format (bin plugin)
36
37 -B, --base <base address>
38 Load binary at a specific base address
39
40 -i <file>
41 Run script file
42
43 -w, --writemode
44 Open file in write mode
45
46 --pythonhome <PYTHONHOME>
47 PYTHONHOME to use for embedded python interpreter
48
49 --no-output-redirect
50 Disable output redirection. Some of the output in console widget
51 will not be visible. Use this option when debuging a crash or
52 freeze and output redirection is causing some messages to be
53 lost.
54
55 --no-plugins
56 Do not load plugins
57
58 --no-iaito-plugins
59 Do not load Iaito plugins
60
61 --no-r2-plugins
62 Do not load radare2 plugins
63
64 Arguments:
65 filename
66 Filename to open. If not specified file selection dialog will be
67 shown.
68
70 The full documentation for iaito is maintained as docs folder in the
71 source https://github.com/radareorg/iaito/tree/master/docs In your
72 distribution you might find it compiled in separate iaiato-doc package.
73
74
75
76User Commands iaito IAITO(1)