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

Method CreateMediumLevelIL

linearviewobject.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243
244Ref<LinearViewObject> LinearViewObject::CreateMediumLevelIL(BinaryView* view, DisassemblySettings* settings)
245{
246 return new LinearViewObject(
247 BNCreateLinearViewMediumLevelIL(view->GetObject(), settings ? settings->GetObject() : nullptr));
248}
249
250
251Ref<LinearViewObject> LinearViewObject::CreateMediumLevelILSSAForm(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected