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

Method CreateLiftedIL

linearviewobject.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223Ref<LinearViewObject> LinearViewObject::CreateLiftedIL(BinaryView* view, DisassemblySettings* settings)
224{
225 return new LinearViewObject(
226 BNCreateLinearViewLiftedIL(view->GetObject(), settings ? settings->GetObject() : nullptr));
227}
228
229
230Ref<LinearViewObject> LinearViewObject::CreateLowLevelIL(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected