Functionsยง
get_proc_by_id
will take a process id asi32
and get the process with that idget_proc_by_name
will take a name try to find a process with that nameread_addr
is used to readn
bytes from a processpid
and starting fromaddr
watch_proc
is used to monitor a process and get a real-time list of all the system calls it makes.write_addr
is used to write a buffer ofn
bytes into the memory of processpid
ataddr