View previous topic :: View next topic |
Author |
Message |
LongBeardedLion Expert Cheater
Reputation: 0
Joined: 10 Apr 2020 Posts: 173
|
Posted: Fri Apr 17, 2020 2:40 pm Post subject: Are all addresses in Cheat Engine written in Hexadecimal? |
|
|
Sorry for the noob question.
But im facing some bugs here, and im confused.
For example is the number 1590188 and hexadecimal number?
So. Can it be represented as 0x1590188?
Why the 0x ?
Im using another program that needs the 0x of the address.
And its not working. So i dont know if the problem is in the program.
Or im not writting it well.
Description: |
|
Filesize: |
89.01 KB |
Viewed: |
1662 Time(s) |

|
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
Posted: Fri Apr 17, 2020 2:46 pm Post subject: |
|
|
Yes, addresses are all in hex format. They do not include any prefix/suffix because it is more or less a waste of space. CE will interpret multiple formats of address strings though including ones with the 0x prefix.
_________________
- Retired. |
|
Back to top |
|
 |
LongBeardedLion Expert Cheater
Reputation: 0
Joined: 10 Apr 2020 Posts: 173
|
Posted: Fri Apr 17, 2020 3:18 pm Post subject: |
|
|
Thanks.
So how do i convert this 1590188 into an address with prefix?
Is it the same but just adding the prefix?
Because i have another program that needs the prefix.
So, 1590188 would just be 0x1590188 ?
or 0x01590188 ?
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
Posted: Fri Apr 17, 2020 5:24 pm Post subject: |
|
|
The prefix is dependent on the code/language you are using. In your case, yes, just adding the 0x to the front is fine. Extra 0's at the start of the address don't mean anything and are ignored.
So for your example:
0x1590188
0x01590188
Are the same thing.
_________________
- Retired. |
|
Back to top |
|
 |
LongBeardedLion Expert Cheater
Reputation: 0
Joined: 10 Apr 2020 Posts: 173
|
Posted: Sat Apr 18, 2020 6:09 am Post subject: |
|
|
Thanks Atomos.
Are you familiarized with AutoHotKey?
Can you help me understand why my value is not recognized in AHK memoryread?
|
|
Back to top |
|
 |
|