[Problem]vb.net ReadProcessMemory as String

11/06/2013 21:25 Sh1Rum#1
Done

/Coserequest
11/07/2013 18:10 berkay2578#2
Read your bytes, then use;
System.Text.Encoding.Unicode.GetString(bytes) //you can use ASCII encoding too if you want
11/07/2013 18:50 dready#3
Guess his problem is more about how to identify the length of the string.

Try looking at your string in memory and how his length is determined.
As far as it isnt something exotic it should be 00 terminated or the length is infront of the characters.
11/10/2013 23:45 Sh1Rum#4
Ty for Fast Answer :>
i have finish my Tool ..
/Closerequest