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

Method CreateLowLevelIL

linearviewobject.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230Ref<LinearViewObject> LinearViewObject::CreateLowLevelIL(BinaryView* view, DisassemblySettings* settings)
231{
232 return new LinearViewObject(
233 BNCreateLinearViewLowLevelIL(view->GetObject(), settings ? settings->GetObject() : nullptr));
234}
235
236
237Ref<LinearViewObject> LinearViewObject::CreateLowLevelILSSAForm(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected