Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

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

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

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

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.

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.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top