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

Edited Issue: getOffset failes with SymbolException [12145]

$
0
0
getOffset failes with error
"SymbolException: failed to find module for symbol: xxx"

```
>>>getOffset("PsLoadedModuleList")
SymbolException: failed to find module for symbol: PsLoadedModuleList

>>>getOffset("nt!PsLoadedModuleList")
success

>>> nt = module("nt")
>>> nt.offset( "PsLoadedModuleList")
success

```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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