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

Method mlil

python/lineardisassembly.py:330–336  ·  view source on GitHub ↗
(
	    view: 'binaryview.BinaryView', settings: Optional['_function.DisassemblySettings'] = None
	)

Source from the content-addressed store, hash-verified

328
329 @staticmethod
330 def mlil(
331 view: 'binaryview.BinaryView', settings: Optional['_function.DisassemblySettings'] = None
332 ) -> 'LinearViewObject':
333 _settings = settings
334 if _settings is not None:
335 _settings = _settings.handle
336 return LinearViewObject(core.BNCreateLinearViewMediumLevelIL(view.handle, _settings))
337
338 @staticmethod
339 def mlil_ssa_form(

Callers

nothing calls this directly

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected