Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerGetLastIP
Function
BNDebuggerGetLastIP
core/ffi.cpp:807–810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
805
806
807
uint64_t BNDebuggerGetLastIP(BNDebuggerController* controller)
808
{
809
return controller->object->GetLastIP();
810
}
811
812
813
bool BNDebuggerSetIP(BNDebuggerController* controller, uint64_t address)
Callers
1
GetLastIP
Method · 0.85
Calls
1
GetLastIP
Method · 0.45
Tested by
no test coverage detected