Date: Mon, 10 Feb 1997 23:47:16 -0800 (PST) From: Tony Sterrett <tony@nlanr.net> To: hackers@freebsd.org Subject: Kernel to user memory space Message-ID: <199702110747.XAA23618@nlanr.net>
next in thread | raw e-mail | index | archive | help
Hi all Does anyone know a way of reading (i only need readonly) kernel memory given address? I need a cheap way of reading /mem/kmem that does not involve copying. I know there are issue with this question. At present I plan to use the kvm interface kvm_open() and kvm_read(). Thanks Cheers, Tony
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702110747.XAA23618>