IDAPython 9.0
Loading...
Searching...
No Matches
ida_undo Namespace Reference

Functions

bool create_undo_point (*args)
 
str get_undo_action_label ()
 
str get_redo_action_label ()
 
bool perform_undo ()
 
bool perform_redo ()
 

Function Documentation

◆ create_undo_point()

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

◆ get_redo_action_label()

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

◆ get_undo_action_label()

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

◆ perform_redo()

bool perform_redo ( )
Perform redo. 
    
@returns success

◆ perform_undo()

bool perform_undo ( )
Perform undo. 
    
@returns success