MCPcopy Create free account
hub / github.com/qilingframework/qiling / read

Method read

qiling/os/posix/kernel_proxy/proxy_fd.py:27–28  ·  view source on GitHub ↗
(self, length: int)

Source from the content-addressed store, hash-verified

25 self._proxy_fd = proxy_fd
26
27 def read(self, length: int) -> bytes:
28 return self._client.fd_read(self._proxy_fd, length)
29
30 def write(self, data: bytes) -> int:
31 return self._client.fd_write(self._proxy_fd, data)

Callers 15

_collect_buffersMethod · 0.45
handle_fd_opFunction · 0.45
ql_syscall_ioctlFunction · 0.45
ql_syscall_connectFunction · 0.45
ql_syscall_setsockoptFunction · 0.45
ql_syscall_bindFunction · 0.45
ql_syscall_sendFunction · 0.45
ql_syscall_sendtoFunction · 0.45
ql_syscall_munmapFunction · 0.45
syscall_mmap_implFunction · 0.45
ql_syscall_msgsndFunction · 0.45
ql_syscall_pread64Function · 0.45

Calls 1

fd_readMethod · 0.80

Tested by

no test coverage detected