|
-
Mar 20th, 2007, 02:06 AM
#1
Thread Starter
Hyperactive Member
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
-
Mar 20th, 2007, 08:11 AM
#2
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.
-
Mar 20th, 2007, 05:15 PM
#3
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
 
-
Mar 20th, 2007, 10:11 PM
#4
Thread Starter
Hyperactive Member
Re: Binary Viewer Question
Is there a way to get the binary code using VB .Net?
-
Mar 21st, 2007, 01:03 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|