MCPcopy Index your code
hub / github.com/qilingframework/qiling / write

Method write

tests/test_pe.py:59–63  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

57 self.output = {}
58
59 def write(self, string):
60 key, value = string.split(b': ', 1)
61 assert key not in self.output
62 self.output[key] = value
63 return len(string)
64
65IS_FAST_TEST = 'QL_FAST_TEST' in os.environ
66

Callers 15

test_edl_arm64Method · 0.45
sendMethod · 0.45
setUpMethod · 0.45
__write_dataMethod · 0.45
hook_WriteFileMethod · 0.45
my_getenvMethod · 0.45
partial_run_initMethod · 0.45
run_checksum_emuMethod · 0.45
test_proxy_fd_dupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected