Modify ↓
Opened 14 years ago
Closed 14 years ago
#2039 closed Bug (Rejected)
Fix it on Hex Read & Write
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.7.19 | Severity: | None |
| Keywords: | Cc: |
Description
I don't know how to explain it but i hope you understand me.
_MemoryWrite(0x487AF5, $Process, 0xE090B8D0)
In this line of code the out put should be this:
487AF5 = E0
487AF6 = 90
487AF7 = B8
487AF8 = D0
but it's not like this, the output will be:
487AF5 = D0
487AF6 = B8
487AF7 = 90
487AF8 = E0
it's inverse.
It's same in reading memory and read & write files.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Live long and prosper, strange entity.