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

Method GetAddressInformation

api/debuggercontroller.cpp:795–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793
794
795std::string DebuggerController::GetAddressInformation(uint64_t address)
796{
797 char* info = BNDebuggerGetAddressInformation(m_object, address);
798 std::string result = std::string(info);
799 BNDebuggerFreeString(info);
800 return result;
801}
802
803
804bool DebuggerController::IsFirstLaunch()

Callers

nothing calls this directly

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected