Hi all
I have a question about reading to a string...
It results unreadable characters, need i convert it to something ? ASCII ?Code:String naam2 = WoWmem.ReadString((IntPtr)0x12542D8);
Thank you for your help.
Hi all
I have a question about reading to a string...
It results unreadable characters, need i convert it to something ? ASCII ?Code:String naam2 = WoWmem.ReadString((IntPtr)0x12542D8);
Thank you for your help.
Read a byte array and Encoding.Convert? Just my guess at that one. I know there's a solution to this a few pages back. Search won't work so you have to manually look.