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

Edited Issue: [0.3.x] loadBytes raises MemoryException on x64 system in standalone script [13288]

$
0
0
Python interpretator:

```
>>>loadBytes(0x00007ffa8e8d32ef, 10)
Traceback (most recent call last):
File "<input>", line 1, in <module>
MemoryException: Memory exception at 0x7ffa8e8d32ef target virtual address

>>>.reload

>>>loadBytes(0x00007ffa8e8d32ef, 10)
[195, 204, 204, 204, 204, 204, 204, 204, 204, 72]

>>>
```
The same result:
dbgCommand("dd 0x00007ffa8e8d32ef")

It seems like " .reload " is necessary to get memory access

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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