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

Method disassembly

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

Source from the content-addressed store, hash-verified

292
293 @staticmethod
294 def disassembly(
295 view: 'binaryview.BinaryView', settings: Optional['_function.DisassemblySettings'] = None
296 ) -> 'LinearViewObject':
297 _settings = settings
298 if _settings is not None:
299 _settings = _settings.handle
300 return LinearViewObject(core.BNCreateLinearViewDisassembly(view.handle, _settings))
301
302 @staticmethod
303 def lifted_il(

Callers 2

__iter__Method · 0.45

Calls 1

LinearViewObjectClass · 0.70

Tested by

no test coverage detected