radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
1.07k stars 90 forks source link

New panel to manage files/maps #181

Open trufae opened 2 months ago

trufae commented 2 months ago

This is done in rwx gui but not in iaito

Screenshot 2024-08-27 at 21 03 20

Ghidra have some kind of kindergarden version

Screenshot 2024-08-27 at 21 03 39

r2 have zillions of IO features like cyclic memory, device memory mapping, caches, io banks and more, iaito's gui should be able to configure maps and create new maps like for mallocs or take the data from a file using wff to make firmware analysis easier

trufae commented 1 month ago

it would be great if the iaito widget could have a button to export the io setup as an r2 script. maybe by running om* or so, we can evaluate that later. projects do this already internally and theres a command for that