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

Function get_install_directory

python/__init__.py:203–207  ·  view source on GitHub ↗

``get_install_directory`` returns a string pointing to the installed binary currently running

()

Source from the content-addressed store, hash-verified

201
202
203def get_install_directory():
204 """
205 ``get_install_directory`` returns a string pointing to the installed binary currently running
206 """
207 return core.BNGetInstallDirectory()
208
209
210class _DestructionCallbackHandler:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected