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

Method CreateLowLevelILSSAForm

linearviewobject.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237Ref<LinearViewObject> LinearViewObject::CreateLowLevelILSSAForm(BinaryView* view, DisassemblySettings* settings)
238{
239 return new LinearViewObject(
240 BNCreateLinearViewLowLevelILSSAForm(view->GetObject(), settings ? settings->GetObject() : nullptr));
241}
242
243
244Ref<LinearViewObject> LinearViewObject::CreateMediumLevelIL(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected