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

Method GetSSAForm

highlevelilinstruction.cpp:866–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864
865
866HighLevelILInstruction HighLevelILInstructionBase::GetSSAForm() const
867{
868 Ref<HighLevelILFunction> ssa = function->GetSSAForm().GetPtr();
869 if (!ssa)
870 return *this;
871 size_t expr = GetSSAExprIndex();
872 return ssa->GetExpr(expr);
873}
874
875
876HighLevelILInstruction HighLevelILInstructionBase::GetNonSSAForm() const

Callers 2

HasMediumLevelILMethod · 0.45

Calls 2

GetPtrMethod · 0.45
GetExprMethod · 0.45

Tested by

no test coverage detected