Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
uint64_t MediumLevelILIntegerList::ListIterator::operator*()
386
{
387
return instr.operands[operand];
388
}
389
390
391
MediumLevelILIntegerList::MediumLevelILIntegerList(
Callers
nothing calls this directly
Calls
8
MediumLevelILInstructionAccessException
Class · 0.85
MediumLevelILOperand
Class · 0.85
find
Method · 0.80
SSAVariable
Class · 0.70
MediumLevelILInstruction
Class · 0.70
GetFunction
Method · 0.45
GetRawExpr
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected