MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / process_vm_writev

Function process_vm_writev

module/src/main/cpp/utils.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static ssize_t process_vm_writev(pid_t pid,
152 const struct iovec *local_iov,
153 unsigned long liovcnt,
154 const struct iovec *remote_iov,
155 unsigned long riovcnt,
156 unsigned long flags)
157{
158 return syscall(SYS_process_vm_writev, pid, local_iov, liovcnt, remote_iov, riovcnt, flags);
159}
160
161bool switchnsto(pid_t pid) {
162 int fd = pidfd_open(pid, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected