OK, WinDBG gurus please help :) I want to find a memory location that points to itself, can this be achieved from within WinDBG easily?
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 -
-
-
Not much I guess. I think you should follow this approach: find the requested mappings using the aforementioned command; after that, you should dump the memory into the python environment and then try to find an address that meet your constraint. (1/2)
-
alright, I'll try Ivan's script first, and then pykd if the former doesn't work out. Thanks!
- 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.