Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

New Post: why getOffset always fails?

$
0
0
lkd> .sympath
Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols
Expanded Symbol search path is: srvc:\symbolshttp://msdl.microsoft.com/download/symbols

lkd> !pycmd
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
from pykd import *
getOffset("PsLoadedModuleList")
Traceback (most recent call last):
File "<console>", line 1, in <module>
SymbolException: failed to find module for symbol: PsLoadedModuleList
===========================
I have set _NT_SYMBOL_PATH, and I also used "pykd.setSymbolPath"
but still failed

my platform is win7 32bit

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>