|
IDAPython 9.0
|
Functions | |
| bool | create_undo_point (*args) |
| str | get_undo_action_label () |
| str | get_redo_action_label () |
| bool | perform_undo () |
| bool | perform_redo () |
| bool create_undo_point | ( | * | args | ) |
Create a new restore point. The user can undo to this point in the future.
@param bytes: body of the record for UNDO_ACTION_START
@param size: size of the record for UNDO_ACTION_START
@returns success; fails if undo is disabled
| str get_redo_action_label | ( | ) |
Get the label of the action that will be redone. This function returns the text that can be displayed in the redo menu
@returns success
| str get_undo_action_label | ( | ) |
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
| bool perform_redo | ( | ) |
Perform redo.
@returns success
| bool perform_undo | ( | ) |
Perform undo.
@returns success