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

Edited Issue: [0.3.x] hex() does nor work with the module class [13374]

$
0
0
```
>>>hex( module("notepad") )
Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: __hex__ returned non-string (type unicode)
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles