Help pointers

01/20/2023 16:47 Merdone10#1
Hi all, i make an example:

If i find a address and their offset, and there's a game update, is there any mode to do an auto update, without need to scan address again?
01/25/2023 11:25 nÂsty.#2
Quote:
Originally Posted by Merdone10 View Post
Hi all, i make an example:

If i find a address and their offset, and there's a game update, is there any mode to do an auto update, without need to scan address again?
No

Quote:
In computer engineering and low-level programming (such as assembly language), an offset usually denotes the number of address locations added to a base address in order to get to a specific absolute address.
Game developers don't want it easy for you
02/01/2023 04:57 killzone#3
Quote:
Originally Posted by Merdone10 View Post
Hi all, i make an example:

If i find a address and their offset, and there's a game update, is there any mode to do an auto update, without need to scan address again?
Learn more about AOB (Array of Byte) Scanning or another term is "Signature Scanning".