Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRawOperandAsInteger
Method
GetRawOperandAsInteger
lowlevelilinstruction.cpp:1432–1435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1430
1431
1432
uint64_t LowLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const
1433
{
1434
return operands[operand];
1435
}
1436
1437
1438
size_t LowLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const
Callers
1
GetInteger
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected