write_addr

Function write_addr 

Source
pub fn write_addr(pid: Pid, addr: usize, data: &[u8])
Expand description

write_addr is used to write a buffer of n bytes into the memory of process pid at addr

ยงBackend

this function invokes the process_vm_writev syscall, enabling direct memory writing into a specified address in the target process.