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

Method Operand

lowlevelil.cpp:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541
542ExprId LowLevelILFunction::Operand(size_t n, ExprId expr)
543{
544 BNLowLevelILSetExprSourceOperand(m_object, expr, (uint32_t)n);
545 return expr;
546}
547
548
549BNLowLevelILInstruction LowLevelILFunction::GetRawExpr(size_t i) const

Callers 10

ReadILOperandFunction · 0.80
WriteILOperandFunction · 0.80
LoadStoreOperandFunction · 0.80
LoadStoreOperandSizeFunction · 0.80
ReadILOperandFunction · 0.80
ReadFloatILOperandFunction · 0.80
WriteILOperandFunction · 0.80
loadstoreppcfsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected