Results 1 to 4 of 4

Thread: binary --> string

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    6

    Lightbulb 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.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,102

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    6

    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.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,102

    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
  •  



Click Here to Expand Forum to Full Width