[fpc-pascal] FPC and Memory

Pianoman pianoman at centrum.sk
Thu Apr 28 12:44:43 CEST 2005


Yes, this is interisting but I'd like for example to create a memory image
of some part of ram to see exactly what is there. In old dos days it was
possible to do like for i:=0 to 65535 do for j:=0 to 15 do
write(f,mem[i,j]); or similarly. But how can be done this in Windows?

Pianoman----- Original Message -----
From: <fpc-pascal-request at lists.freepascal.org>
To: <fpc-pascal at lists.freepascal.org>
Sent: Thursday, April 28, 2005 12:00 PM
Subject: fpc-pascal Digest, Vol 8, Issue 26


> Send fpc-pascal mailing list submissions to
> fpc-pascal at lists.freepascal.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> or, via email, send a message with subject or body 'help' to
> fpc-pascal-request at lists.freepascal.org
>
> You can reach the person managing the list at
> fpc-pascal-owner at lists.freepascal.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fpc-pascal digest..."
>
>
> Today's Topics:
>
>    1.  FPC for Win32 and memory (Pianoman)
>    2. Re:  FPC for Win32 and memory (Nico Arag?n)
>    3.  fpc: documentation: Command-line options and switches
>       Reference chart.. (Jan Ruzicka)
>    4. Re:  fpc: documentation: Command-line options and switches
>       Reference chart.. (Michael Van Canneyt)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 27 Apr 2005 17:10:32 +0200
> From: "Pianoman" <pianoman at centrum.sk>
> Subject: [fpc-pascal] FPC for Win32 and memory
> To: <fpc-pascal at lists.freepascal.org>
> Message-ID: <001301c54b3b$4161a880$0109a8c0 at antik>
> Content-Type: text/plain; charset="iso-8859-1"
>
>     Hello , How can I access memory outside of my process for example to
> monitor some other process?
> Pianoman
> ----- Original Message -----
> From: <fpc-pascal-request at lists.freepascal.org>
> To: <fpc-pascal at lists.freepascal.org>
> Sent: Wednesday, April 27, 2005 12:00 PM
> Subject: fpc-pascal Digest, Vol 8, Issue 25
>
>
> > Send fpc-pascal mailing list submissions to
> > fpc-pascal at lists.freepascal.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> > or, via email, send a message with subject or body 'help' to
> > fpc-pascal-request at lists.freepascal.org
> >
> > You can reach the person managing the list at
> > fpc-pascal-owner at lists.freepascal.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of fpc-pascal digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Re:  Error: cannot find -lcurses (Michael Van Canneyt)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 26 Apr 2005 18:12:23 +0200 (CEST)
> > From: Michael Van Canneyt <michael at freepascal.org>
> > Subject: Re: [fpc-pascal] Error: cannot find -lcurses
> > To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
> > Message-ID: <Pine.LNX.4.61.0504261811060.6230 at home.wisa.be>
> > Content-Type: TEXT/PLAIN; charset=US-ASCII
> >
> >
> >
> > On Sun, 24 Apr 2005, Greenblatt wrote:
> >
> > > Hi,
> > >
> > > I have a problem with FreePascal 1.0.10 under SuSE 9.1. If I want to
> > > compile source code, which makes use of the keyboard unit, I get the
> > > following error message:
> > >
> > > /usr/bin/ld: cannot find -lcurses
> > > Pong(46) Error: Error while linking
> > > Closing script ppas.sh
> > >
> > > Since I'm a beginner concerning Pascal and don't know the
inner-working
> > > of the compiler, I ask you for help.
> >
> > You need to install the ncurses development package. (it's called
> ncurses-devel)
> >
> > Michael.
> >
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> > http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> >
> >
> > End of fpc-pascal Digest, Vol 8, Issue 25
> > *****************************************
> >
> >
> >
> > __________ Informacia od NOD32 1.1079 (20050426) __________
> >
> > Tato sprava bola preverena antivirusovym systemom NOD32.
> > http://www.eset.sk
> >
> >
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 27 Apr 2005 21:34:46 +0200
> From: Nico Arag?n <na-list at espira.net>
> Subject: Re: [fpc-pascal] FPC for Win32 and memory
> To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
> Message-ID: <200504272134.46730.na-list at espira.net>
> Content-Type: text/plain;  charset="iso-8859-1"
>
> El Miércoles, 27 de Abril de 2005 17:10, Pianoman escribió:
> >     Hello , How can I access memory outside of my process for example to
> > monitor some other process?
>
> You should execute the process that you want to debug using the debug API.
> I've searched for "win32 api create process debug" in Google and found
these
> very informative links:
>
>   http://win32assembly.online.fr/tut28.html
>   http://www.woodmann.com/fravia/iceman1.htm
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndebug/htm
l/msdn_debugEH.asp
>
> Hope that helps!
>
> --
> saludos,
>
>     Nico Aragón
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 27 Apr 2005 23:31:20 -0400
> From: Jan Ruzicka <jan.ruzicka at comcast.net>
> Subject: [fpc-pascal] fpc: documentation: Command-line options and
> switches Reference chart..
> To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
> Message-ID: <b4d4967a3cc78d62f57f1f9184560c24 at comcast.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi
>
> looking around FPC documentation I came across
> http://www.freepascal.org/docs-html/chart/chart.html
>
> The "Command-line options and switches Reference chart.." page
>
> It needs at least HTML header/footer and <pre> tag.
>
> I don't like complainers so here is my cleanup attempt
> http://home.comcast.net/~jan.ruzicka/chart.html
>
> Jan
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 28 Apr 2005 10:00:51 +0200 (Romance Daylight Time)
> From: Michael Van Canneyt <michael.vancanneyt at wisa.be>
> Subject: Re: [fpc-pascal] fpc: documentation: Command-line options and
> switches Reference chart..
> To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
> Message-ID: <Pine.WNT.4.62.0504280958500.2380 at gru.wisa.be>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
>
>
> On Wed, 27 Apr 2005, Jan Ruzicka wrote:
>
> > Hi
> >
> > looking around FPC documentation I came across
> > http://www.freepascal.org/docs-html/chart/chart.html
> >
> > The "Command-line options and switches Reference chart.." page
> >
> > It needs at least HTML header/footer and <pre> tag.
> >
> > I don't like complainers so here is my cleanup attempt
> > http://home.comcast.net/~jan.ruzicka/chart.html
>
> Thanks.
> But the file is generated from LaTeX, so the next version would
> override your changes :/
>
> However, I'll look into it.
>
> Michael.
>
>
>
> ------------------------------
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
>
> End of fpc-pascal Digest, Vol 8, Issue 26
> *****************************************
>
>
>
> __________ Informacia od NOD32 1.1080 (20050428) __________
>
> Tato sprava bola preverena antivirusovym systemom NOD32.
> http://www.eset.sk
>
>





More information about the fpc-pascal mailing list