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

Edited Issue: [0.3.x] failed to iterate over array [14120]

$
0
0
it seems iteration over array is infinte

It is expected this script prints out exactly 10 element. In fact the output very long
```
arr = typedVar("UInt1B[10]", address):
for x in arr:
print(x)
```

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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