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

Method operator*

lowlevelilinstruction.cpp:587–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585
586
587uint64_t LowLevelILIntegerList::ListIterator::operator*()
588{
589#ifdef BINARYNINJACORE_LIBRARY
590 return instr->operands[operand];
591#else
592 return instr.operands[operand];
593#endif
594}
595
596
597LowLevelILIntegerList::LowLevelILIntegerList(

Callers

nothing calls this directly

Calls 11

LowLevelILOperandClass · 0.85
findMethod · 0.80
SSARegisterClass · 0.70
SSARegisterStackClass · 0.70
SSAFlagClass · 0.70
SSARegisterOrFlagClass · 0.70
GetFunctionMethod · 0.45
GetRawExprMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected