Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ checksum
Method
checksum
tests/test_debugger.py:37–38 ·
view source on GitHub ↗
(data: str)
Source
from the content-addressed store, hash-verified
35
36
@staticmethod
37
def
checksum(data: str) -> int:
38
return
sum(ord(c)
for
c in data) & 0xff
39
40
def
send(self, msg: str):
41
time.sleep(SimpleGdbClient.DELAY)
Callers
1
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected