Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
801
uint64_t BNDebuggerGetIP(BNDebuggerController* controller)
802
{
803
return controller->object->GetCurrentIP();
804
}
805
806
807
uint64_t BNDebuggerGetLastIP(BNDebuggerController* controller)
Callers
1
IP
Method · 0.85
Calls
1
GetCurrentIP
Method · 0.80
Tested by
no test coverage detected