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

Method GetNonSSAForm

highlevelilinstruction.cpp:876–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874
875
876HighLevelILInstruction HighLevelILInstructionBase::GetNonSSAForm() const
877{
878 Ref<HighLevelILFunction> nonSsa = function->GetNonSSAForm();
879 if (!nonSsa)
880 return *this;
881 size_t expr = GetNonSSAExprIndex();
882 return nonSsa->GetExpr(expr);
883}
884
885
886size_t HighLevelILInstructionBase::GetMediumLevelILExprIndex() const

Callers 1

GetMediumLevelILMethod · 0.45

Calls 1

GetExprMethod · 0.45

Tested by

no test coverage detected