What is a good Windows hex editor / viewer? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T19:44:20Z http://stackoverflow.com/feeds/question/10426 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer 19 What is a good Windows hex editor / viewer? basszero 2008-08-13T22:24:28Z 2009-07-28T15:06:48Z <p>I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.</p> <p>See <a href="http://home.online.no/~espensa/khexedit/documentation/khexedit.png" rel="nofollow" title="Compiler Construction (PDF)">KHexedit</a></p> <p>Requirements:</p> <ul> <li>Free is best</li> <li>View data at cursor as: byte, short, int, long, float, double (signed/unsiged where applicable)</li> <li>Configure the endiance for multi-byte decoding</li> </ul> <p>"Nice to have" features:</p> <ul> <li>String decoding, null-term or selection based, ASCII/UTF-8/16</li> <li>Create user defined "structures" to overlay and view fields</li> </ul> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10431#10431 7 Answer by Derek Park for What is a good Windows hex editor / viewer? Derek Park 2008-08-13T22:28:29Z 2008-08-13T22:28:29Z <p>I've never found one that I really love. I tend to go searching every time I need one. However, I will point you toward two links:</p> <p><a href="http://en.wikipedia.org/wiki/Comparison_of_hex_editors" rel="nofollow">Wikipedia: Comparison of Hex Editors</a><br /> <a href="http://en.wikibooks.org/wiki/Reverse_Engineering/Hex_Editors#Windows_Hex_Editors" rel="nofollow">Wikibooks: Windows Hex Editors</a></p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10433#10433 1 Answer by Patrick for What is a good Windows hex editor / viewer? Patrick 2008-08-13T22:28:47Z 2008-08-13T22:28:47Z <p>I'm a big fan of <a href="http://www.kibria.de/frhed.html" rel="nofollow" title="Compiler Construction (PDF)">fhred</a>. It's free and it's met most of my requirements over the years.</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10436#10436 1 Answer by superjoe30 for What is a good Windows hex editor / viewer? superjoe30 2008-08-13T22:31:58Z 2008-08-13T22:31:58Z <p>I can's swim in Windows without <a href="http://www.pspad.com/" rel="nofollow" title="Compiler Construction (PDF)">PSPad.</a></p> <ul> <li>Fast</li> <li>Tabs</li> <li>Syntax hilighting</li> <li>Hex editor</li> </ul> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10440#10440 7 Answer by bruceatk for What is a good Windows hex editor / viewer? bruceatk 2008-08-13T22:35:15Z 2008-08-13T22:47:23Z <p>I use <a href="http://www.yurisw.com/HEdit.htm" rel="nofollow" title="Compiler Construction (PDF)">HEdit</a>. I've used it for years. It's fast and free. It has most of the features you want. </p> <p><a href="http://www.hexworkshop.com/" rel="nofollow" title="Niklaus Wirth">Hex Workshop</a> has all the features you want (like Integrated Structure Viewer) but it's $50.</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10447#10447 0 Answer by basszero for What is a good Windows hex editor / viewer? basszero 2008-08-13T22:43:43Z 2008-08-13T22:43:43Z <p>doh! I should have known wiki would do all of the work for me. Now I just have to wade through and find the best editor ... or write my own ....</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10481#10481 4 Answer by Jon Galloway for What is a good Windows hex editor / viewer? Jon Galloway 2008-08-13T23:32:33Z 2008-08-13T23:32:33Z <p>If you already use Notepad++ there's a <a href="http://sourceforge.net/project/showfiles.php?group_id=189927&amp;package_id=222593" rel="nofollow">Hex Editor plugin</a>.</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10507#10507 6 Answer by OJ for What is a good Windows hex editor / viewer? OJ 2008-08-13T23:57:08Z 2008-08-13T23:57:08Z <p><a href="http://www.ultraedit.com/products/ultraedit.html" rel="nofollow">UltraEdit</a> is a wicked hex editor, as is <a href="http://www.hiew.ru/" rel="nofollow">HIEW</a> (though HIEW does look like DOS, which might turn you off). Unfortunatley they're both shareware, so require a license.</p> <p>If you're looking for free, you could take a gander at <a href="http://www.softcircuits.com/cygnus/fe/" rel="nofollow">Cygnus</a>. It's not huge on features, but it's quick and it works.</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10510#10510 1 Answer by Andrew Grant for What is a good Windows hex editor / viewer? Andrew Grant 2008-08-14T00:00:04Z 2008-08-14T00:00:04Z <p>I'd strongly recommend UltraEdit. It's not free (beyond the 45 day trial), but it's very very good and I don't mind paying for something I use so regularly.</p> <p>Some of my favorite/most used features;</p> <ul> <li>Hex editing / viewing (inc find/replace/insert/remove)</li> <li>Source code highlighting / formatting</li> <li>Integrates with the Windows shell</li> <li>Tabbed interface</li> <li>Basic file/folder diff built in (you can pay for a more expensive diff package)</li> <li>List item Macros / Scripting</li> <li>Freely converts back and forth between line endings and ANSI/UTF-8/UTF-16 etc</li> </ul> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/102307#102307 2 Answer by Ace for What is a good Windows hex editor / viewer? Ace 2008-09-19T14:33:03Z 2008-09-19T14:33:03Z <p>HxD is great. :)</p> <p><a href="http://mh-nexus.de/en/hxd/" rel="nofollow">http://mh-nexus.de/en/hxd/</a></p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/288638#288638 5 Answer by MattG for What is a good Windows hex editor / viewer? MattG 2008-11-13T22:51:37Z 2008-11-13T22:51:37Z <p>gvim -b file.bin</p> <p>:%!xxd to view hex :%!xxd -r to convert back</p> http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/1038800#1038800 0 Answer by pjbeardsley for What is a good Windows hex editor / viewer? pjbeardsley 2009-06-24T14:39:20Z 2009-06-24T14:39:20Z <p>I've always been a fan of XVII:</p> <p><a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm" rel="nofollow">http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm</a></p>