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

Method close

python/project.py:369–375  ·  view source on GitHub ↗

Close an opened project :return: True if the project is now closed, False otherwise

(self)

Source from the content-addressed store, hash-verified

367 return core.BNProjectOpen(self._handle)
368
369 def close(self) -> bool:
370 """
371 Close an opened project
372
373 :return: True if the project is now closed, False otherwise
374 """
375 return core.BNProjectClose(self._handle)
376
377 @property
378 def id(self) -> str:

Callers 4

__exit__Method · 0.45
parse_infoMethod · 0.45
check_for_leaksFunction · 0.45
data_from_fileFunction · 0.45

Calls

no outgoing calls

Tested by 1

check_for_leaksFunction · 0.36