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

Method CreateMediumLevelILSSAForm

linearviewobject.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251Ref<LinearViewObject> LinearViewObject::CreateMediumLevelILSSAForm(BinaryView* view, DisassemblySettings* settings)
252{
253 return new LinearViewObject(
254 BNCreateLinearViewMediumLevelILSSAForm(view->GetObject(), settings ? settings->GetObject() : nullptr));
255}
256
257
258Ref<LinearViewObject> LinearViewObject::CreateMappedMediumLevelIL(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected