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

Function BNDebuggerGetData

core/ffi.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138BNBinaryView* BNDebuggerGetData(BNDebuggerController* controller)
139{
140 return API_OBJECT_REF(controller->object->GetData());
141}
142
143
144void BNDebuggerSetData(BNDebuggerController* controller, BNBinaryView* data)

Callers 1

GetDataMethod · 0.85

Calls 2

API_OBJECT_REFFunction · 0.85
GetDataMethod · 0.45

Tested by

no test coverage detected