|
-
Nov 2nd, 2011, 05:37 AM
#1
Thread Starter
New Member
binary --> string
Hello friends,
as you can see in the below address:
HKEY_CURRENT_USER\software\Microsoft\windows\currentversion\explorer\recentdocs\
data saved is in binary.
Should any one help me to get strings out of the mentioned binary data.
-
Nov 2nd, 2011, 10:33 AM
#2
Re: binary --> string
You can turn any binary data into strings, since they are nearly the same thing. What would be considerably more difficult is finding meaningful text in the binary data. Is that what you are wanting to do?
My usual boring signature: Nothing
 
-
Nov 3rd, 2011, 06:04 AM
#3
Thread Starter
New Member
Re: binary --> string
Shaggy Hiker,
thank you very much for your reply.
My problem is due to the type of data in registry. It is of REG_BINARY type, which I am not able to read it as a string.
-
Nov 3rd, 2011, 12:44 PM
#4
Re: binary --> string
This thread seems to answer the question. You might try that solution:
http://stackoverflow.com/questions/3...-string-vb-net
My usual boring signature: Nothing
 
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|