|
my guess is that the trainer is writing to actual addresses (i.e. 7E105C) instead of offsets from base of the .exe (i.e BASE + 3E105c), or worse is relying on some sort of pointer several layers deep from a supposed base address, which in this case is most likely not going to be repetative in other O.S. (as I stated above). The BASE of the .exe isn't always going to be 0x400000 in all O.S. environs-
best,
Cal
|