What is your favorite tool of chice to debug a memory process?

  • Thread starter Thread starter Spin
  • Start date Start date
S

Spin

Guest
Gurus,

What is your favorite tool of choice to debug a memory process? I'm getting
the famous "memory cannot be read, cannot be written" error message when
restarting a specific service (even though the service does successfully
start).

--
Spin
 
Re: What is your favorite tool of chice to debug a memory process?

Hi Spin,

there are several good debugger arround for this:

OllyDbg
Smidgeonsoft's Debugger
Debugging Tools for Windows WinDbg

I personally like OllyDbg, but it is only
for 32 bit so far...

WinDbg is a good choice, because it is
also very usefull with symbols and also
available for 64bit,...

Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
"Spin" <Spin@invalid.com> schrieb im Newsbeitrag
news:6ibjhpFpv4eiU1@mid.individual.net...
> Gurus,
>
> What is your favorite tool of choice to debug a memory process? I'm
> getting the famous "memory cannot be read, cannot be written" error
> message when restarting a specific service (even though the service does
> successfully start).
>
> --
> Spin
>
 
Back
Top