Quote:
Originally Posted by testesttesttest
Hi again,
I wanted to get the address thanks to their signature, but I only succeed to have the walk function address with this method.
However, I didn't succeed to have the Character Object address with this method.
Maybe someone can enlighten me.
|
When you pattern scan for an address you shoul
ALWAYS scan for instructions not for structures. So you might wonder "Then how do I pattern scan for structures"? Well this took me a while to realize but it is very simple, what you have to do is to find an asm instruction that access the structure address you want then you scan to get that instruction address and get the structure static pointer from the instruction.