I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.
|
feedback
|
|
What you need is a hex editor. Some text editors can run in this mode. I always used PSPadfor this | |||
|
feedback
|
|
As always there's emacs, hexl-mode allows you to view and edit hex-files. | |||
|
feedback
|
|
If you have Visual Studio installed, you can add the .dat extension to the file and open it in Visual Studio to get a hex/ASCII display. | |||
|
feedback
|
|
010 Editor is nice for looking at files that follow some template, it'll try to turn the raw data into meaningful labeled values for you. | |||
|
feedback
|
|
Take a gander at BeyondCompare for file comparisons; version 3 has comparisons for Word files as well. You'd be surprised at how often you'll use it once you have it. | |||
|
feedback
|