up vote 0 down vote favorite
share [g+] share [fb]

I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.

link|improve this question

0% accept rate
feedback

8 Answers

HexEdit is pretty nice (allows you to edit files too)

link|improve this answer
feedback

What you need is a hex editor. Some text editors can run in this mode. I always used PSPadfor this

link|improve this answer
feedback

As always there's emacs, hexl-mode allows you to view and edit hex-files.

link|improve this answer
feedback

I like the freeware hex editor xvi32 for this kind of task.

link|improve this answer
feedback

I'm sure there are many, but Ultraedit does this.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.