[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Searching for a special application



On Wed, Aug 27, 2008 at 10:47:57AM -0500, Ozzy Lash wrote:
> Isn't /proc/kcore the contents of the RAM?  If so, if you have a
> favorite gui editor/hexdump/... utility that you can use on files, it
> should also work on /proc/kcore.

You do have to be careful poking at that and /dev/mem.  After all they
aren't necesarily contiguous.  Some addresses are invalid.  They aren't
normal files after all.

Imagine you go to read the values at the location where your program is
running?  The fact you look at it causes it to change which if the
program keeps looking means it changes again in a cute little loop.

-- 
Len Sorensen


Reply to: