Quote:
Originally Posted by TheDarkWraith
tell me what the addresses (RVAs) are and I'll view them ingame and tell you how  I have to see if they are pointers to pointers or are the actual memory being used or if the memory is actually a stack address (temp variable) which then I'll have to track down when that value got pushed onto the stack so I can find it's true memory address.
|
These are the Addresses i found
SH5.exe+47D740 (This gave me a Base Address of 005ED740 with my game)
Sh5.exe Process was at 000014B0.
second one had a Base Address of 005EE290
Hope I've done it right and found the static ones and not false pointers.