Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read a file in HEX

Status
Not open for further replies.

vincentw56

IS-IT--Management
Oct 10, 2002
47
US
I am wanting to read the header information of a mpeg file. I need to be able to read the file information in HEX. Anyone have any good ideas on how to do this? Thanks.
 
I use VStudio.NET, and it will load unknown files into a debugger. This is really useful. The problem is that if VStudio recognizes the file type, then it loads it properly. Sometimes, like you, I WANT to see the hex code. What I do is rename the file giving it a different file extension (ex. RunFile.Exe becomes RunFile.MOI - My Own Initials). VStudio will then normally load it into the debugger (although a few it has recognized by data structure).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top