Discussion:
accessing user memory from kernel
Alessandro Pistocchi
2021-04-19 21:27:29 UTC
Permalink
Hi all,

I am playing around with openbsd kernel source code.
Is there any clean way of accessing a process' memory from inside the
kernel?

Thanks,
Alessandro
Mike Larkin
2021-04-19 21:56:04 UTC
Permalink
Post by Alessandro Pistocchi
Hi all,
I am playing around with openbsd kernel source code.
Is there any clean way of accessing a process' memory from inside the
kernel?
Thanks,
Alessandro
man copyin

Loading...