Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerGetRegisterValue
Function
BNDebuggerGetRegisterValue
core/ffi.cpp:394–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
393
394
uint64_t BNDebuggerGetRegisterValue(BNDebuggerController* controller, const char* name)
395
{
396
return controller->object->GetRegisterValue(std::string(name));
397
}
398
399
400
// target control
Callers
1
GetRegisterValue
Method · 0.85
Calls
1
GetRegisterValue
Method · 0.45
Tested by
no test coverage detected