Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ operator*
Method
operator*
highlevelilinstruction.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
271
272
uint64_t HighLevelILIntegerList::ListIterator::operator*()
273
{
274
return instr.operands[operand];
275
}
276
277
278
HighLevelILIntegerList::HighLevelILIntegerList(
Callers
nothing calls this directly
Calls
9
HighLevelILInstructionAccessException
Class · 0.85
HighLevelILOperand
Class · 0.85
GetRawNonASTExpr
Method · 0.80
find
Method · 0.80
HighLevelILInstruction
Class · 0.70
SSAVariable
Class · 0.70
GetFunction
Method · 0.45
GetRawExpr
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected