M HYPE SPLASH
// news

How to open a file in binary format.(1's & 0's)

By Andrew Adams

I want to open files in binary format. I want to see binary code, not hex. And want to edit in binary format and ability to save changes. What is the best application to do this or is there any easy way to do this ?

0

1 Answer

Here's one way:

Download:

enter image description here

Open a file and choose the binary edit dialog.

enter image description here

This will let you edit\view one byte at a time.

Another way is using C++ or practically any other programming language you like. As you can see it isn't much code.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy