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

Method read

tests/test_android.py:20–21  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

18 self.ql = ql
19
20 def read(self, size):
21 return ''.join(f'{lbound:x}-{ubound:x} {perms}p {label}\n' for lbound, ubound, perms, label, _ in self.ql.mem.get_mapinfo()).encode()
22
23 def fstat(self):
24 return defaultdict(int)

Callers 15

devprg_tx_blockingMethod · 0.45
__read_dataMethod · 0.45
hook_WriteFileMethod · 0.45
check_passwordMethod · 0.45
test_uboot_armMethod · 0.45
run_checksum_emuMethod · 0.45
test_cpp_helloworldMethod · 0.45
test_cpp_typesMethod · 0.45

Calls 1

get_mapinfoMethod · 0.80

Tested by

no test coverage detected