ida_undo
Functions
|
Create a new restore point. The user can undo to this point in the future. |
|
Get the label of the action that will be undone. This function returns the text that can be displayed in the undo menu |
|
Get the label of the action that will be redone. This function returns the text that can be displayed in the redo menu |
|
Perform undo. |
|
Perform redo. |
Module Contents
- ida_undo.create_undo_point(*args) bool
Create a new restore point. The user can undo to this point in the future.
- Parameters:
bytes – body of the record for UNDO_ACTION_START
size – size of the record for UNDO_ACTION_START
- Returns:
success; fails if undo is disabled
- ida_undo.get_undo_action_label() str
Get the label of the action that will be undone. This function returns the text that can be displayed in the undo menu
- Returns:
success