Page 1 of 1

[HELP] Updating scripts with OPCODE scans

Posted: Fri Jan 19, 2024 3:49 am
by tempcfwmap
Hello, i want to update a script with the latest game version
However, i have failed searching using AoB since not only the address but also the offset in the opcode has changed
Thus i want to use only the instruction (nop, mov, test, je ....) to search the new address
Please tell me how to utilize "assembly scan" to search like this, thanks
Image

Re: [HELP] Updating scripts with OPCODE scans

Posted: Fri Jan 19, 2024 8:18 am
by LeFiXER
Why not use wildcards in your AOB?

Code: Select all

48 89 ?? ?? 48 85 FF 74 ?? 48 8B ?? 48 8B ?? ?? ?? ?? ?? 48 89 ?? ?? ?? ?? ?? 48 85 ?? 74 ?? 48 8B ??