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

Method GenerateSSAForm

lowlevelil.cpp:634–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632
633
634void LowLevelILFunction::GenerateSSAForm()
635{
636 BNGenerateLowLevelILSSAForm(m_object);
637}
638
639
640bool LowLevelILFunction::GetExprText(Architecture* arch, ExprId expr, vector<InstructionTextToken>& tokens,

Callers 2

FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected