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

Method create_instance

python/downloadprovider.py:303–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 return None
302
303 def create_instance(self):
304 result = core.BNCreateDownloadProviderInstance(self.handle)
305 if result is None:
306 return None
307 return DownloadInstance(self, handle=result)
308
309
310_loaded = False

Callers 2

read_from_sym_storeFunction · 0.45
download_debug_infoFunction · 0.45

Calls 1

DownloadInstanceClass · 0.70

Tested by

no test coverage detected