Which tools exists for byte-level inspection of files ? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T06:16:56Z http://stackoverflow.com/feeds/question/943725 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/943725/which-tools-exists-for-byte-level-inspection-of-files 0 Which tools exists for byte-level inspection of files ? Oren Yosifon 2009-06-03T08:52:35Z 2009-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#943731 1 Answer by Kent Boogaart for Which tools exists for byte-level inspection of files ? Kent Boogaart 2009-06-03T08:54:04Z 2009-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#943736 2 Answer by danio for Which tools exists for byte-level inspection of files ? danio 2009-06-03T08:55:15Z 2009-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#943737 1 Answer by Guffa for Which tools exists for byte-level inspection of files ? Guffa 2009-06-03T08:55:49Z 2009-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#943740 2 Answer by cube for Which tools exists for byte-level inspection of files ? cube 2009-06-03T08:56:20Z 2009-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#943741 3 Answer by Philippe Leybaert for Which tools exists for byte-level inspection of files ? Philippe Leybaert 2009-06-03T08:56:54Z 2009-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#943743 2 Answer by Nifle for Which tools exists for byte-level inspection of files ? Nifle 2009-06-03T08:57:23Z 2009-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#1014864 0 Answer by Rob Elliott for Which tools exists for byte-level inspection of files ? Rob Elliott 2009-06-18T20:00:36Z 2009-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#1014957 0 Answer by Metro Smurf for Which tools exists for byte-level inspection of files ? Metro Smurf 2009-06-18T20:16:42Z 2009-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>