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

Method GetNonSSAForm

mediumlevelilinstruction.cpp:1298–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296
1297
1298MediumLevelILInstruction MediumLevelILInstructionBase::GetNonSSAForm() const
1299{
1300 Ref<MediumLevelILFunction> nonSsa = function->GetNonSSAForm();
1301 if (!nonSsa)
1302 return *this;
1303 size_t expr = GetNonSSAExprIndex();
1304 size_t instr = GetNonSSAInstructionIndex();
1305 return MediumLevelILInstruction(nonSsa, nonSsa->GetRawExpr(expr), expr, instr);
1306}
1307
1308
1309size_t MediumLevelILInstructionBase::GetLowLevelILInstructionIndex() const

Callers

nothing calls this directly

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected