View previous topic :: View next topic |
Author |
Message |
Phynx How do I cheat?
Reputation: 0
Joined: 21 Nov 2020 Posts: 3
|
Posted: Sat Nov 21, 2020 1:17 pm Post subject: Static address different on one pc |
|
|
Hello all,
I was wondering if anyone here would have an idea of what can cause a static address(green) to be different on some systems?
I wrote a program to monitor some variables from a small online game, my program works for me and everyone else other than one person.
the person in question has the same windows 10 64bit as I have yet when i walked him through the process of getting a static address, the address he got wasn't the same as mine or anyone elses.
for example, me and everyone else get 0x14F870
while this one person gets 0x1A5098
thanks for your time
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4702
|
Posted: Sat Nov 21, 2020 2:40 pm Post subject: |
|
|
Different game version.
If you're talking about the base address for a pointer path, there could be several pointer paths that point to an address.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Phynx How do I cheat?
Reputation: 0
Joined: 21 Nov 2020 Posts: 3
|
Posted: Sat Nov 21, 2020 3:53 pm Post subject: |
|
|
Both of us have the same version, also during the search for the address, we got it down to a single static address
so game.exe+0x14F870 for me and everyone else
and game.exe+0x1A5098 for him
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3322
|
Posted: Sat Nov 21, 2020 3:58 pm Post subject: |
|
|
Just because that game says it's the same version in the main menu or something, it does not mean the binary images are identical.
Get the MD5 hashes from him and compare them to yours.
May also be an infected image or it is using a loader.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sat Nov 21, 2020 6:18 pm Post subject: |
|
|
Is this a blizzard game? Because blizzard does uses it's own static memory memory manager
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Phynx How do I cheat?
Reputation: 0
Joined: 21 Nov 2020 Posts: 3
|
Posted: Sat Nov 21, 2020 7:52 pm Post subject: |
|
|
I will ask him next time I can to check the MD5.
it is a small game called kingdom of drakkar and we both have the same version.
since he is the only person with the different static addresses, could his pc be infected with something that injects code into every exe running?
I will wait for him to come online and try to find out
Thanks for the input fellas
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3322
|
Posted: Sun Nov 22, 2020 2:04 pm Post subject: |
|
|
One more possibility: he is using a localized version.
|
|
Back to top |
|
 |
|