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

Method path

python/project.py:396–402  ·  view source on GitHub ↗

Get the path of the project :return: Path of the project's .bnpr directory

(self)

Source from the content-addressed store, hash-verified

394
395 @property
396 def path(self) -> str:
397 """
398 Get the path of the project
399
400 :return: Path of the project's .bnpr directory
401 """
402 return core.BNProjectGetPath(self._handle) # type: ignore
403
404 @property
405 def name(self) -> str:

Callers 10

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
insta_signaturesFunction · 0.45
get_data_from_dirFunction · 0.45
type_conversionFunction · 0.45
check_for_leaksFunction · 0.45
data_from_archiveFunction · 0.45
test_data_from_fileFunction · 0.45

Calls

no outgoing calls

Tested by 4

insta_signaturesFunction · 0.36
type_conversionFunction · 0.36
check_for_leaksFunction · 0.36
test_data_from_fileFunction · 0.36