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

Method GetSSAForm

lowlevelil.cpp:705–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705Ref<LowLevelILFunction> LowLevelILFunction::GetSSAForm() const
706{
707 BNLowLevelILFunction* func = BNGetLowLevelILSSAForm(m_object);
708 if (!func)
709 return nullptr;
710 return new LowLevelILFunction(func);
711}
712
713
714Ref<LowLevelILFunction> LowLevelILFunction::GetNonSSAForm() const

Callers 5

GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45
AnalyzeFunctionFunction · 0.45
AdjustCallTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected