MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetRawOperandAsRegister

Method GetRawOperandAsRegister

lowlevelilinstruction.cpp:1444–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442
1443
1444uint32_t LowLevelILInstructionBase::GetRawOperandAsRegister(size_t operand) const
1445{
1446 return (uint32_t)operands[operand];
1447}
1448
1449
1450BNLowLevelILFlagCondition LowLevelILInstructionBase::GetRawOperandAsFlagCondition(size_t operand) const

Callers 6

GetRegisterMethod · 0.80
GetRegisterStackMethod · 0.80
GetFlagMethod · 0.80
GetSemanticFlagClassMethod · 0.80
GetSemanticFlagGroupMethod · 0.80
GetIntrinsicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected