undo module

Class

Description

binaryninja.undo.UndoAction

Class representing an action in an UndoEntry

binaryninja.undo.UndoEntry

Class representing an entry in undo/redo history

class UndoAction[source]

Bases: object

Class representing an action in an UndoEntry

__init__(handle: LP_BNUndoAction)[source]
Parameters:

handle (LP_BNUndoAction) –

property summary_text: str
class UndoEntry[source]

Bases: object

Class representing an entry in undo/redo history

__init__(handle: LP_BNUndoEntry)[source]
Parameters:

handle (LP_BNUndoEntry) –

property actions: List[UndoAction]

Get the list of actions in this entry

Returns:

List of UndoAction in this UndoEntry

UndoAction

class UndoAction[source]

Bases: object

Class representing an action in an UndoEntry

__init__(handle: LP_BNUndoAction)[source]
Parameters:

handle (LP_BNUndoAction) –

property summary_text: str

UndoEntry

class UndoEntry[source]

Bases: object

Class representing an entry in undo/redo history

__init__(handle: LP_BNUndoEntry)[source]
Parameters:

handle (LP_BNUndoEntry) –

property actions: List[UndoAction]

Get the list of actions in this entry

Returns:

List of UndoAction in this UndoEntry