I\'m having an annoying issue with Pykd.pyd: I\'m using it in a script, launching several DbgCommand functions, like:
Pykd.pyd
DbgCommand
DbgCommand(\"dt 0
Try to enumerate types for your module ( with wildcard mask ) and find exact symbol name for CMap.
app = pykd.module("") for tp in app.enumTypes("CMap*"): print tp
I can try to reproduce an issue on a small example, but I need to know your Visual Studio version.