Statics Address

03/14/2016 12:41 DarkyZShadow#1
Hi,
I tried to find Statics Address and Offets in memory but it's very strange...

Here is my life :
- static : wow64cpu.dll+4708
- offset 1 : 0x10
- offset 2 : 0x12FC

But it's strange....
Is it normal ?
03/15/2016 01:50 Xonivion#2
Quote:
Originally Posted by DarkyZShadow View Post
Hi,
I tried to find Statics Address and Offets in memory but it's very strange...

Here is my life :
- static : wow64cpu.dll+4708
- offset 1 : 0x10
- offset 2 : 0x12FC

But it's strange....
Is it normal ?
Use Pointer Scan

03/15/2016 17:25 DarkyZShadow#3
Quote:
Originally Posted by Xonivion View Post
Use Pointer Scan

[Only registered and activated users can see links. Click Here To Register...]
Thank you.
I already knew but I hate this :P
It's too slow for me xD

But okay, I'll do it.

Just a question : the module is "wow64cpu.dll" or "S4Client.exe" ?
Because I think it's "S4Client.exe" but I'm not sure.
03/15/2016 19:12 golle12#4
the module from your static pointer is in your case "wow64cpu.dll"
03/15/2016 20:48 DarkyZShadow#5
Quote:
Originally Posted by golle12 View Post
the module from your static pointer is in your case "wow64cpu.dll"
Ok, ty