mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
588 B
588 B
- need to support all modules
- cleanup idc.idc; have a map of correspondances so that we don't need ida_… in idc.idc.
- need a chooser_t-backed Chooser2 impl.
- need a graph_viewer_t(or something)-backed GraphViewer impl.
- re-enalbe those: EMPTY_SEL=chooser_t.NO_SELECTION
- kernwin.py: add tests about add_menu_item/del_menu_item; it should be trivial to simulate with actions
- inf.minEA, inf.maxEA – super frequent!
- ida_typeinf.cvar.idati doesn't exist anymore. Make it re-appear
- re-instate AddCommand on Choose2 & GraphViewer