Which tools exists for byte-level inspection of files ? - Stack Overflow most recent 30 from stackoverflow.com2009-12-23T06:16:56Zhttp://stackoverflow.com/feeds/question/943725http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files0Which tools exists for byte-level inspection of files ?Oren Yosifon2009-06-03T08:52:35Z2009-06-18T20:16:42Z
<p>I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943731#9437311Answer by Kent Boogaart for Which tools exists for byte-level inspection of files ?Kent Boogaart2009-06-03T08:54:04Z2009-06-03T08:55:19Z<p>I'm sure there are many, but <a href="http://www.ultraedit.com/" rel="nofollow">Ultraedit</a> does this.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943736#9437362Answer by danio for Which tools exists for byte-level inspection of files ?danio2009-06-03T08:55:15Z2009-06-03T10:48:49Z<p>I like the freeware hex editor <a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm" rel="nofollow">xvi32</a> for this kind of task.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943737#9437371Answer by Guffa for Which tools exists for byte-level inspection of files ?Guffa2009-06-03T08:55:49Z2009-06-03T08:55:49Z<p>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.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943740#9437402Answer by cube for Which tools exists for byte-level inspection of files ?cube2009-06-03T08:56:20Z2009-06-03T08:56:20Z<p>What you need is a hex editor. Some text editors can run in this mode. I always used <a href="http://pspad.com" rel="nofollow">PSPad</a>for this</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943741#9437413Answer by Philippe Leybaert for Which tools exists for byte-level inspection of files ?Philippe Leybaert2009-06-03T08:56:54Z2009-06-03T08:56:54Z<p><a href="http://www.physics.ohio-state.edu/~prewett/hexedit/" rel="nofollow">HexEdit</a> is pretty nice (allows you to edit files too)</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/943743#9437432Answer by Nifle for Which tools exists for byte-level inspection of files ?Nifle2009-06-03T08:57:23Z2009-06-03T08:57:56Z<p>As always there's emacs, <a href="http://www.phys.ufl.edu/docs/emacs/emacs%5F422.html" rel="nofollow">hexl-mode</a> allows you to view and edit hex-files.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/1014864#10148640Answer by Rob Elliott for Which tools exists for byte-level inspection of files ?Rob Elliott2009-06-18T20:00:36Z2009-06-18T20:00:36Z<p><a href="http://www.sweetscape.com/010editor/" rel="nofollow">010 Editor</a> is nice for looking at files that follow some template, it'll try to turn the raw data into meaningful labeled values for you.</p>
http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files/1014957#10149570Answer by Metro Smurf for Which tools exists for byte-level inspection of files ?Metro Smurf2009-06-18T20:16:42Z2009-06-18T20:16:42Z<p>Take a gander at <a href="http://www.scootersoftware.com" rel="nofollow">BeyondCompare</a> 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.</p>