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

Method GetNonSSAForm

lowlevelilinstruction.cpp:1701–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1699
1700
1701LowLevelILInstruction LowLevelILInstructionBase::GetNonSSAForm() const
1702{
1703 Ref<LowLevelILFunction> nonSsa = function->GetNonSSAForm();
1704 if (!nonSsa)
1705 return *this;
1706 size_t expr = GetNonSSAExprIndex();
1707 size_t instr = GetNonSSAInstructionIndex();
1708 return LowLevelILInstruction(nonSsa, nonSsa->GetRawExpr(expr), expr, instr);
1709}
1710
1711
1712size_t LowLevelILInstructionBase::GetMediumLevelILInstructionIndex() const

Callers

nothing calls this directly

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected