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