Posted: Fri Nov 06, 2015 5:24 pm Post subject: AOB Scan value changed
is there way to get the AOB such as
Code:
0E BE 00 0F B6 D0 85 D2 0F 84 58 02 00 00 6A 0A 6A 76 6A 73 6A 63 6A 2E 6A 67 6A 6E 6A 69
every time game restarting AOB changing such as
Code:
0E BE 00 0F B6 D0 90 00 EE 84 58 00 00 00 6A 0A 3A 00 6A 00 6A BE 6A 02 6A 2E....
i change the changed value to ?? to make it work every time but to do that i need to restart the game many of times to find the changing value and replace it with ?? to get the final AOB such as
Are you saying you want an easier way to determine which instructions you need to replace with a wildcard?
Simply look at the instruction and if it's static, replace the last 4 bytes of that instruction.
For example, if you see [01234567] or "game.exe+blahblah" then replace the last 4 bytes.
Most CALL instructions you want to replace with wildcards as well.
Are you saying you want an easier way to determine which instructions you need to replace with a wildcard?
Simply look at the instruction and if it's static, replace the last 4 bytes of that instruction.
For example, if you see [01234567] or "game.exe+blahblah" then replace the last 4 bytes.
Most CALL instructions you want to replace with wildcards as well.
i can't understand that well
client.exe+DBlEB F3 jmp client.exe+DBFE6
there no more instruction showing trace Instruction 0000000
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum