Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

64-bit Dbg extension on 32-bit platform

31 views
Skip to first unread message

Da...@slickhampton.com

unread,
Oct 9, 2012, 4:09:10 PM10/9/12
to
This is probably a stupid question, but to be certain: I’m trying to debug a 64-bit target from a winXP/32-bit host. For the most part WinDbg works fine. However, I’m trying to write a windbg extension that would require 64-bit addresses. I seem to be getting an exception from the extension (even in just reading the args) if I use the #define KDEXT_64BIT. If I don’t use the KDEXT_64BIT, then the ReadMemory() routine doesn’t accept 64-bit addresses. Seems like my options are limited in this arrangement. Any suggestions?
0 new messages