Modify

Opened 14 years ago

Closed 14 years ago

#2039 closed Bug (Rejected)

Fix it on Hex Read & Write

Reported by: aghili_farid@… 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)

Change History (1)

comment:1 by trancexx, 14 years ago

Resolution: Rejected
Status: newclosed

Live long and prosper, strange entity.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.