Hex contents of a binary file

P

PatrickMc

If you have biterscripting ( http://www.biterscripting.com ) installed
on your computer, you can use the following command to show the hex
contents of a SMALL binary file.




cat -h "C:/X.exe"



I am using C:/X.exe as an example binary file. The cat command displays
the text contents. The -h option means the file is binary and to show
the contents in hex format instead. For a large file, I don't know how
long it will take.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top