News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

64bit debugger

Started by BlackVortex, August 31, 2009, 01:16:18 AM

Previous topic - Next topic

BlackVortex

Ok, I recently upgraded to Win7 64bit. I've looked around for a good debugger and I've found MS's debugging tools and IDA Pro. Is there any other good alternative ?

Someone posted a link to a 64bit-only debugger that seemed to be kinda like OllyDbg, but I can't find it ...

dedndave

i remember that post - about a month ago, i think
let me see if i can find it

BlackVortex

He said something about trying to get the developer to make the interface similar to OllyDbg, but only partly succeeded.


BlackVortex

Thanks for the help !

Fdbg was a little disappointing after all, same with the MS debugging tools. I will try to see how Olly + the stealth64 plugin work on my OS.

revert

Hi.
I updated Stealth64 to work on Win7 x64. You can get a beta copy here
http://board.b-at-s.info/index.php?act=attach&type=post&id=215

cheers,
revert

BlackVortex

Mirror here because that forum needs registration :
http://massmirror.com/61a1d62150b4c942352024240998483e.html

Note that it's still beta. If you run into problems remove all other plugins and add them one by one.

Apl_and_Asm

Hello everybody,

How should I proceed to debug an executable created with ML64 under WiinDbg ?
I have used the /Zi option with ML64 and /DEBUG with LINK which outputs a .pdb
file as expected. Though the WinDbg' s "symbol path" has been set to the directory
holding this .pdb file, WinDbg tells me it finds no symbol file. Does it expect a .dbg
file ? Please note it' s a plain application, no system code (so no Windows symbols
are needed if I got it right).

What did I miss ?

Thanks, in advance, for your help.
You can only come to the morning through the shadows.
(JRR Tolkien)