Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ sha256
Function
sha256
scripts/verify_hashes.py:12–14 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
10
pass
11
12
def
sha256(path):
13
with
open(filename,
"rb"
)
as
f:
14
return
hashlib.sha256(f.read()).hexdigest()
15
16
url =
'https://binary.ninja/js/hashes.json'
17
r = requests.get(url)
Callers
1
verify_hashes.py
File · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected