undo module

binaryninja.undo.UndoAction(handle)

Class representing an action in an UndoEntry

binaryninja.undo.UndoEntry(handle)

Class representing an entry in undo/redo history

class UndoAction(handle: LP_BNUndoAction)[source]

Bases: object

Class representing an action in an UndoEntry

Parameters:

handle (LP_BNUndoAction) –

property summary_text: str
class UndoEntry(handle: LP_BNUndoEntry)[source]

Bases: object

Class representing an entry in undo/redo history

Parameters:

handle (LP_BNUndoEntry) –

property actions: List[UndoAction]

Get the list of actions in this entry

Returns:

List of UndoAction in this UndoEntry