OK, WinDBG gurus please help :) I want to find a memory location that points to itself, can this be achieved from within WinDBG easily?
Yes, that's what I mean. I guess I'll have to find some sample code to enumerate all mappings and dump memory from pykd
-
-
an ugly hack (if you want to avoid reading the bad documentation of pykd) should be: output = pykd.dbgCommand("!address"); and then parse the output from python
-
Before I try this, do you have an estimate how long it will take to dump about 100-200MB of memory using pykd?
-
try: https://pastebin.com/hAx1Dur1 no error check, but should work fast enough for user mode dumps
-
Sweet!
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.