Sorry for spamming my threads here, but I've got quite a lot of questions and this forums is pretty helpful so yeah.
I tried getting static memory address for "Spider Solitaire" game's score value.
I managed to find this pointer:
0xffdd5f78 + 0xE8 + 0x14, which points to my score perfectly fine, but it's not static.
When I check what accesses this pointer, I can find "mov rax,SpiderSolitaire.exe+000b5f78"?
So what is this SpiderSolitaire.exe doing there, and how can i turn that into a memory address?
I tried getting static memory address for "Spider Solitaire" game's score value.
I managed to find this pointer:
0xffdd5f78 + 0xE8 + 0x14, which points to my score perfectly fine, but it's not static.
When I check what accesses this pointer, I can find "mov rax,SpiderSolitaire.exe+000b5f78"?
So what is this SpiderSolitaire.exe doing there, and how can i turn that into a memory address?