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

Edited Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

$
0
0
Repro:

1) Get last pykd from PyPI for python x86
2) Run python REPL and type commands:
```
from pykd import *
startProcess('notepad.exe')
ntdll = module('ntdll')
ntdll.enumSymbols('Zw*')
```
Expected:
list of functions which names begin Zw

In fact:
empty list

For x64 versions it works as expected
Comments: ** Comment from web user: EreTIk **

Fixed (changeset 90858)


Viewing all articles
Browse latest Browse all 1625

Trending Articles



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