radareorg / iaito

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

Anotation support as "decompiler list" #189

Open trufae opened 2 months ago

trufae commented 2 months ago

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 function
| anoe  edit annotation
| anos  show annotation
| anol  show first line of function annotation if any
[0x00000000]>

thing is that iaito should add a button to edit the annotations, with a textarea widget or whatever inside the same decompiler window. not just display it.

trufae commented 2 months ago

Initial implementation: https://github.com/radareorg/iaito/pull/190

TODO: