Anon's hexdump

A command-line hexdump utility I made just because I felt like it. One feature it has is that the program won't terminate after dumping a file, but will instead wait for a return key. This is advantageous when using it in graphical environments where you "drag and drop" a file that is to be dumped into the program's icon. A program that terminates would simply dump everything and then exit, while this hexdump won't. This could be set up with a normal hexdump and a script...but I really just wanted to write my own hexdump.

Download source code