You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you rename a a function the graph gets updated but not when you undo that renaming in IDA.
I think you need to handle ev_ending_undo and check if the undo was to rename a node.
The text was updated successfully, but these errors were encountered:
I'm not sure what should I do in this case. ev_ending_undo just say a MakeName event was redo/undo, but without context. ev_replaying_undo has param for const undo_records_t * but I can't find any information about this object
I can stream all renames the IDB has on every undo/redo operation, but that seems inefficient.
When you rename a a function the graph gets updated but not when you undo that renaming in IDA.
I think you need to handle
ev_ending_undo
and check if the undo was to rename a node.The text was updated successfully, but these errors were encountered: