Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRegister
Method
GetRegister
lowlevelilinstruction.cpp:323–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
322
323
uint32_t RegisterOrFlag::GetRegister() const
324
{
325
if (isFlag)
326
throw LowLevelILInstructionAccessException();
327
return index;
328
}
329
330
331
uint32_t RegisterOrFlag::GetFlag() const
Callers
1
PrintILExpr
Function · 0.80
Calls
2
LowLevelILInstructionAccessException
Class · 0.85
GetRawOperandAsRegister
Method · 0.80
Tested by
no test coverage detected