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

Function core_version

python/__init__.py:299–306  ·  view source on GitHub ↗

``core_version`` returns a string containing the current version :return: current version :rtype: str, or None on failure

()

Source from the content-addressed store, hash-verified

297
298
299def core_version() -> Optional[str]:
300 """
301 ``core_version`` returns a string containing the current version
302
303 :return: current version
304 :rtype: str, or None on failure
305 """
306 return core.BNGetVersionString()
307
308def core_version_info() -> CoreVersionInfo:
309 """

Callers 1

validate_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected