$ iaito binary
Plugins are loaded from "/home/user/.local/share/radareorg/iaito/plugins"
Plugins are loaded from "/usr/share/xfce4/radareorg/iaito/plugins"
Plugins are loaded from "/usr/local/share/radareorg/iaito/plugins"
Plugins are loaded from "/usr/share/radareorg/iaito/plugins"
Plugins are loaded from "/home/user/path/to/$${IAITO_EXTRA_PLUGIN_DIRS}"
Segmentation fault iaito binary
$ gdb --args iaito binary
GNU gdb (Debian 17.2-1) 17.2
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from iaito...
(No debugging symbols found in iaito)
(gdb) run
Starting program: /usr/bin/iaito binary
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/usr/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff04976c0 (LWP 7688)]
[New Thread 0x7fffee5ff6c0 (LWP 7689)]
[New Thread 0x7fffeddfe6c0 (LWP 7690)]
[New Thread 0x7fffed5fd6c0 (LWP 7691)]
[New Thread 0x7fffecdfc6c0 (LWP 7692)]
[New Thread 0x7fffdffff6c0 (LWP 7693)]
[New Thread 0x7fffdcbff6c0 (LWP 7694)]
[New Thread 0x7fffc3fff6c0 (LWP 7695)]
[New Thread 0x7fffc37fe6c0 (LWP 7696)]
[New Thread 0x7fffc2ffd6c0 (LWP 7697)]
Plugins are loaded from "/home/user/.local/share/radareorg/iaito/plugins"
Plugins are loaded from "/usr/share/xfce4/radareorg/iaito/plugins"
Plugins are loaded from "/usr/local/share/radareorg/iaito/plugins"
Plugins are loaded from "/usr/share/radareorg/iaito/plugins"
Plugins are loaded from "/home/user/path/to/$${IAITO_EXTRA_PLUGIN_DIRS}"
[New Thread 0x7fffc27fc6c0 (LWP 7698)]
[New Thread 0x7fffc1ffb6c0 (LWP 7699)]
Thread 1 "iaito" received signal SIGSEGV, Segmentation fault.
0x000055555568d424 in ?? ()
(gdb) bt full
#0 0x000055555568d424 in ??? ()
#1 0x00005555556c92af in ??? ()
#2 0x00005555556e952f in ??? ()
#3 0x000055555582b257 in ??? ()
#4 0x0000555555648421 in ??? ()
#5 0x00007ffff4e33f77 in __libc_start_call_main
(main=main@entry=0x555555648340, argc=argc@entry=2,
argv=argv@entry=0x7fffffffdf48) at ../sysdeps/nptl/libc_start_call_main.h:58
self = <optimized out>
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -3266539895703331425, 2,
140737354125312, 140737488346976, 93824998898200, -3266539895737934433,
-3266519869360562785}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0,
0x555555ace479, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype =
1437394041}}}
not_first_call = <optimized out>
#6 0x00007ffff4e34027 in __libc_start_main_impl
(main=0x555555648340, argc=2, argv=0x7fffffffdf48, init=<optimized out>,
fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf38)
at ../csu/libc-start.c:360
#7 0x00005555556532d1 in ??? ()
(gdb)