The MASM Forum Archive 2004 to 2012

Project Support Forums => 64 Bit Assembler => Topic started by: BlackVortex on August 31, 2009, 01:16:18 AM

Title: 64bit debugger
Post by: BlackVortex on August 31, 2009, 01:16:18 AM
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 ...
Title: Re: 64bit debugger
Post by: dedndave on August 31, 2009, 03:21:59 AM
i remember that post - about a month ago, i think
let me see if i can find it
Title: Re: 64bit debugger
Post by: BlackVortex on August 31, 2009, 03:29:17 AM
He said something about trying to get the developer to make the interface similar to OllyDbg, but only partly succeeded.
Title: Re: 64bit debugger
Post by: dedndave on August 31, 2009, 03:38:23 AM
i found that one...
it was MazeGen - here is the link
http://fdbg.x86asm.net/
and the thread...
http://www.masm32.com/board/index.php?topic=10880.msg79995#msg79995

also found this thread...
http://www.masm32.com/board/index.php?topic=10062.0

and a few other links that may interest you...
http://www.codeproject.com/KB/vista/vista_x64.aspx#x64_Assembly
http://www.tuts4you.com/download.php?view.2425
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx

EDIT - one more link - a slow site - lol
http://feryno.host.sk/

Title: Re: 64bit debugger
Post by: BlackVortex on August 31, 2009, 01:16:46 PM
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.
Title: Re: 64bit debugger
Post by: revert on September 15, 2009, 08:37:09 PM
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
Title: Re: 64bit debugger
Post by: BlackVortex on September 16, 2009, 12:02:45 PM
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.
Title: ML64 and WinDbg (on Windows 7 x64)
Post by: Apl_and_Asm on November 24, 2009, 10:04:09 PM
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.