MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerGetLiveView

Function BNDebuggerGetLiveView

core/ffi.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132BNBinaryView* BNDebuggerGetLiveView(BNDebuggerController* controller)
133{
134 return API_OBJECT_REF(controller->object->GetLiveView());
135}
136
137
138BNBinaryView* BNDebuggerGetData(BNDebuggerController* controller)

Callers 1

GetLiveViewMethod · 0.85

Calls 2

API_OBJECT_REFFunction · 0.85
GetLiveViewMethod · 0.45

Tested by

no test coverage detected