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

Function BNDebuggerGetRemoteArchitecture

core/ffi.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150BNArchitecture* BNDebuggerGetRemoteArchitecture(BNDebuggerController* controller)
151{
152 return API_OBJECT_STATIC(controller->object->GetRemoteArchitecture());
153}
154
155
156bool BNDebuggerIsConnected(BNDebuggerController* controller)

Callers 1

GetRemoteArchitectureMethod · 0.85

Calls 2

API_OBJECT_STATICFunction · 0.85
GetRemoteArchitectureMethod · 0.45

Tested by

no test coverage detected