Results 1 to 5 of 5

Thread: Binary Viewer Question

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Binary Viewer Question

    How come every binary viewer I found on the net is really a hex editor? Is there an actual program or way to get a files binary info? Just to view the files 0's and 1's, thats it nothing else. Thanx
    Last edited by xxarmoxx; Mar 20th, 2007 at 02:07 AM. Reason: dek er jebs

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Binary Viewer Question

    Many hex editors allow you to switch between binary and hexadecimal views.

    Remember: hexadecimal, binary, and ASCII are all just different representations of the same thing.

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

    Re: Binary Viewer Question

    Few people have any real desire to look at more than a nibble of straight binary. Some only want a little bit of it. The advantage of Hex is that a single character of hex is four binary bits. Therefore, if you know your hex, you ARE reading binary.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Binary Viewer Question

    Is there a way to get the binary code using VB .Net?

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Binary Viewer Question

    Hex and "binary" are the same thing. You're "view[ing] the files 0's and 1's", but they're displayed in their hex equivalent. What's the difference if you see two or 2? It's the same thing if you see 1100 1101 or CD - they both mean 205. hex just takes less screen space to display.

    But if you want you can take the code for a "hex editor" and make it display in "binary".
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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