Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRawOperandAsIndex
Method
GetRawOperandAsIndex
highlevelilinstruction.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
737
738
size_t HighLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const
739
{
740
return (size_t)operands[operand];
741
}
742
743
744
HighLevelILInstruction HighLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const
Callers
1
GetIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected