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

Method operator*

mediumlevelilinstruction.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384
385uint64_t MediumLevelILIntegerList::ListIterator::operator*()
386{
387 return instr.operands[operand];
388}
389
390
391MediumLevelILIntegerList::MediumLevelILIntegerList(

Callers

nothing calls this directly

Calls 8

findMethod · 0.80
SSAVariableClass · 0.70
GetFunctionMethod · 0.45
GetRawExprMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected