Quote:
Originally Posted by Rufus
This works by checking the opcode of a game class that is null unless you are inside a game.
|
Quote:
Originally Posted by Epsilon
I think it's not exactly a class, but the address of a global variable inside Game.dll's .data section which points to the address of the first member of a dynamically allocated structure.
|
Actually, it's a byte pointer (a pointer to a byte).