Da...@slickhampton.com
unread,Oct 9, 2012, 4:09:10 PM10/9/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?