vote up 0 vote down star

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

flag

0% accept rate

8 Answers

vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 2 vote down

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

link|flag
vote up 3 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 2 vote down

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

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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