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

Function BNDebuggerGetAddressInformation

core/ffi.cpp:984–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982
983
984char* BNDebuggerGetAddressInformation(BNDebuggerController* controller, uint64_t address)
985{
986 return BNDebuggerAllocString(controller->object->GetAddressInformation(address).c_str());
987}
988
989
990bool BNDebuggerIsFirstLaunch(BNDebuggerController* controller)

Callers 1

GetAddressInformationMethod · 0.85

Calls 2

BNDebuggerAllocStringFunction · 0.85
GetAddressInformationMethod · 0.45

Tested by

no test coverage detected