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

Method lifted_il

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

Source from the content-addressed store, hash-verified

301
302 @staticmethod
303 def lifted_il(
304 view: 'binaryview.BinaryView', settings: Optional['_function.DisassemblySettings'] = None
305 ) -> 'LinearViewObject':
306 _settings = settings
307 if _settings is not None:
308 _settings = _settings.handle
309 return LinearViewObject(core.BNCreateLinearViewLiftedIL(view.handle, _settings))
310
311 @staticmethod
312 def llil(

Callers

nothing calls this directly

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected