Re: [fpc-pascal] memory map

2005-05-30 Thread Alexey Pavluchenko
Hello Pianoman, Tuesday, April 19, 2005, 6:24:10 PM, you wrote: P> Hi, how can i save some memory area to file bypassing the windows P> memory protection. For example I would like to see first four mb of P> my RAM and make a memory image on disk for contents analysis. How P> can I access certain

Re: [fpc-pascal] memory map

2005-05-29 Thread Michael Van Canneyt
On Tue, 19 Apr 2005, Pianoman wrote: > Hi, how can i save some memory area to file bypassing the windows > memory protection. For example I would like to see first four mb of my RAM > and make a memory image on disk for contents analysis. > How can I access certain address of memory wh

[fpc-pascal] memory map

2005-05-29 Thread Pianoman
        Hi, how can i save some memory area to file bypassing the windows memory protection. For example I would like to see first four mb of my RAM and make a memory image on disk for contents analysis. How can I access certain address of memory which do not belong to my process? Pianoman _