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
```
>>>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