1

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

unwind
  • 391,730
  • 64
  • 469
  • 606
Oren Yosifon
  • 897
  • 8
  • 22

8 Answers8

4

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

Philippe Leybaert
  • 168,566
  • 31
  • 210
  • 223
2

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

danio
  • 8,548
  • 6
  • 47
  • 55
2

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

cube
  • 3,867
  • 7
  • 32
  • 52
2

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

Nifle
  • 11,745
  • 10
  • 75
  • 100
1

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

unwind
  • 391,730
  • 64
  • 469
  • 606
Kent Boogaart
  • 175,602
  • 35
  • 392
  • 393
1

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.

Guffa
  • 687,336
  • 108
  • 737
  • 1,005
0

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.

Rob Elliott
  • 1,998
  • 19
  • 25
0

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.

Metro Smurf
  • 37,266
  • 20
  • 108
  • 140