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 ...
i remember that post - about a month ago, i think
let me see if i can find it
He said something about trying to get the developer to make the interface similar to OllyDbg, but only partly succeeded.
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/
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.
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
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.
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.