OK, WinDBG gurus please help :) I want to find a memory location that points to itself, can this be achieved from within WinDBG easily?
-
-
Replying to @_niklasb
Do you mean *p == p ? I guess it could be implemented easily using pykd. However, it may be time consuming especially you're debugging a x64 process.
1 reply 0 retweets 1 like -
Replying to @_zisis
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
1 reply 0 retweets 0 likes -
Replying to @_niklasb
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
1 reply 0 retweets 0 likes -
Replying to @_zisis
Before I try this, do you have an estimate how long it will take to dump about 100-200MB of memory using pykd?
2 replies 0 retweets 0 likes -
try: https://pastebin.com/hAx1Dur1 no error check, but should work fast enough for user mode dumps
1 reply 0 retweets 1 like
Sweet!
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.