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

Method llil

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

Source from the content-addressed store, hash-verified

310
311 @staticmethod
312 def llil(
313 view: 'binaryview.BinaryView', settings: Optional['_function.DisassemblySettings'] = None
314 ) -> 'LinearViewObject':
315 _settings = settings
316 if _settings is not None:
317 _settings = _settings.handle
318 return LinearViewObject(core.BNCreateLinearViewLowLevelIL(view.handle, _settings))
319
320 @staticmethod
321 def llil_ssa_form(

Callers

nothing calls this directly

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected