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

Function BNDebuggerGetIP

core/ffi.cpp:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799
800
801uint64_t BNDebuggerGetIP(BNDebuggerController* controller)
802{
803 return controller->object->GetCurrentIP();
804}
805
806
807uint64_t BNDebuggerGetLastIP(BNDebuggerController* controller)

Callers 1

IPMethod · 0.85

Calls 1

GetCurrentIPMethod · 0.80

Tested by

no test coverage detected