MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / call_process_vm_readv

Function call_process_vm_readv

KittyMemoryEx/KittyMemOp.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#endif
20
21static ssize_t call_process_vm_readv(pid_t pid,
22 const iovec *lvec,
23 unsigned long liovcnt,
24 const iovec *rvec,
25 unsigned long riovcnt,
26 unsigned long flags)
27{
28 return syscall(syscall_rpmv_n, pid, lvec, liovcnt, rvec, riovcnt, flags);
29}
30
31static ssize_t call_process_vm_writev(pid_t pid,
32 const iovec *lvec,

Callers 1

ReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected