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

Edited Issue: [0.3.x] Integer Overflow with typedVar [13802]

$
0
0
Works as expected:

>>>_a = typedVar("UInt4B", 0xFFFFFFFF)
>>>print _a
UInt4B at 0xffffffff Value: ????


Set maximum value of address:

>>>_a = typedVar("UInt4B", 0xFFFFFFFFFFFFFFFF)
>>>print _a
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: memory accessor range error <<<!!!!!!

Viewing all articles
Browse latest Browse all 1625

Trending Articles