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 <<<!!!!!!
```
Comments: ** Comment from web user: EreTIk **

fix: changeset 90890


Viewing all articles
Browse latest Browse all 1625

Trending Articles



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