iaito
iaito copied to clipboard
Official QT frontend of radare2
just add menu entries with file selection dialogs and run the commands. this requires testing the commands properly in the r2 side
Insert input data in debugger console, putting data from outside tools like "echo" or "python print"
If I start debugging with iaito, and click on console debugger input, I can (I think/guess) only insert via keyboard. But it's bad if I want to put some "particular"...
## Environment ```sh # copypaste this script into your shell and replace it with the output date r2 -v iaito -v uname -ms ``` ``` Sat Aug 10 18:53:56 MSK...
Latest r2 from git supports adding function annotations with the `ano` command. ``` [0x00000000]> ano? Usage: ano [*] # function anotations | ano show or edit annotations for the current...
Add WebServer settings * sandbox * http port * bind address (local or global) Add webserver toggle or indicator to run =l or =l- depending on core->http_up At some point...

This is done in rwx gui but not in iaito Ghidra have some kind of kindergarden version r2 have zillions of IO features like cyclic memory, device memory mapping, caches,...
R2 have api and commands to do custom switch table analysis, we probably need to cleanup the C api and provide better command access to it. but it's basically the...
## Environment ``` Sat Jul 6 12:16:17 AM CEST 2024 radare2 5.9.2 0 @ linux-x86-64 birth: git.5.9.2 2024-05-25__21:41:23 options: gpl release -O1 cs:5 cl:2 meson iaito 5.9.2 Linux x86_64 ```...