binaryninja.debugger.debugadaptertype.DebugAdapterType (handle)
|
The DebugAdapterType object is used to access the DebugAdapters. |
binaryninja.debugger.debuggercontroller.DebugBreakpoint (...)
|
DebugBreakpoint represents a breakpoint in the target. |
binaryninja.debugger.debuggercontroller.DebugFrame (...)
|
DebugFrame represents a frame in the stack trace. |
binaryninja.debugger.debuggercontroller.DebugModule (...)
|
DebugModule represents a module in the target. |
binaryninja.debugger.debuggercontroller.DebugProcess (...)
|
DebugProcess represents a process in the target. |
binaryninja.debugger.debuggercontroller.DebugRegister (...)
|
DebugRegister represents a register in the target. |
binaryninja.debugger.debuggercontroller.DebugRegisters (handle)
|
DebugRegisters represents all registers of the target. |
binaryninja.debugger.debuggercontroller.DebugThread (...)
|
DebugThread represents a thread in the target. |
binaryninja.debugger.debuggercontroller.DebuggerController (bv)
|
The DebuggerController object is the core of the debugger. |
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. |
binaryninja.debugger.debuggercontroller.StdOutMessageEventData (message)
|
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 |