Hi,
i came across a problem under Windows 10. I cant get the right value if im reading from a pointer, BUT only under Windows 10.
Its not just in this example with the servername.
value in p1 is correct.Code:var p1 = Memory.ReadX64<uint>((int)Memory.wow[0], Memory.baseWow[0] + (int)0x181D670); string servername = Memory.ReadX64<string>((int)Memory.wow[0], p1 + (int)0x430);
testet on several computers.
No problems under Win7,8
Someone a clue?
Thanks...