debugger module

Class

Description

binaryninja.debugger.debugadaptertype.DebugAdapterType

The DebugAdapterType object is used to access the DebugAdapters. DebugAdapterType should not…

binaryninja.debugger.debuggercontroller.DebugBreakpoint

DebugBreakpoint represents a breakpoint in the target. It has the following fields:

binaryninja.debugger.debuggercontroller.DebugFrame

DebugFrame represents a frame in the stack trace. It has the following fields:

binaryninja.debugger.debuggercontroller.DebugModule

DebugModule represents a module in the target. It has the following fields:

binaryninja.debugger.debuggercontroller.DebugProcess

DebugProcess represents a process in the target. It has the following fields:

binaryninja.debugger.debuggercontroller.DebugRegister

DebugRegister represents a register in the target. It has the following fields:

binaryninja.debugger.debuggercontroller.DebugRegisters

DebugRegisters represents all registers of the target.

binaryninja.debugger.debuggercontroller.DebugThread

DebugThread represents a thread in the target. It has the following fields:

binaryninja.debugger.debuggercontroller.DebuggerController

The DebuggerController object is the core of the debugger. Most debugger operations can be…

binaryninja.debugger.debuggercontroller.DebuggerEvent

DebuggerEvent is the event object that a debugger event callback receives

binaryninja.debugger.debuggercontroller.DebuggerEventData

DebuggerEventData is the collection of all possible data associated with the debugger events

binaryninja.debugger.debuggercontroller.DebuggerEventWrapper

binaryninja.debugger.debuggercontroller.ErrorEventData

ErrorEventData is the data associated with a ErrorEvent

binaryninja.debugger.debuggercontroller.ModuleNameAndOffset

ModuleNameAndOffset represents an address that is relative to the start of module. It is useful…

binaryninja.debugger.debuggercontroller.StdOutMessageEventData

StdOutMessageEventData is the data associated with a StdOutMessageEvent

binaryninja.debugger.debuggercontroller.TargetExitedEventData

TargetExitedEventData is the data associated with a TargetExitedEvent

binaryninja.debugger.debuggercontroller.TargetStoppedEventData

TargetStoppedEventData is the data associated with a TargetStoppedEvent