Downloaded from: http://www.muppetlabs.com/~breadbox/software/tiny/ Author: Brian Raiter "This is your classic hexdump program. I wrote it one day in a fit of pique, after trying (and failing) to convince the standard Linux hexdump program to use the canonical hexdump formatting style. This program, and the ones that follow, are different from the previous ones in that these adhere 100% to the requirements of the ELF standard. The reason I did this is because, unlike the previous programs, these can actually accomplish something useful. I wanted to be able to keep them around and know that they would continue to work. This one is actually larger than earlier versions. The first version only read from stdin, but I found myself using this program often enough to be annoyed by this limitation, so I added command-line parsing. As a result of these extra goals, hexdump is a whopping 226 bytes." Please observe that 'hexdump' is present both here and in another package, asmutils, together with several other useful small programs. Don't bother installing both! It installs in /usr/bin. No pre-*.ini or post-*.ini script required, unless you want to move it to some other directory. Should you have any comments and/or questions, throw them at me and I'll try answer to the best of my abilities ;-) Enjoy, Cristian