At the moment I try to write a memory-hacking library for Unix. But I faced so many problems using ptrace/procfs so I decided to write a driver for that.
The problem is, I am unable to find a way to retrieve memory from a different virtual memory space (I only know copy_from_user() etc) than of the caller.
Does anyone know a good solution? Thanks :)
Regards, Flo