Hey hey. On Thu, 2007-12-13 at 23:30 +1100, Mary Gardiner wrote: > On Thu, Dec 13, 2007, Michael Lake wrote: > > Hi all > > > > I'm having probs finding a utility that will colorize (yes colorise) a dump > > of a > > small binary file. I just need to visualise the size of the numbers in the > > file > > by assigning a color to a hex or octal value as I'm looking for patterns. > > Try the attached. The command line is "python hexdumper.py" and you feed > it your hex (or octal I guess, it'll just use less colours) on stdin:
Coincidentally, I've just spent the last hour or so staring at a bunch of hex I/O as well, and this script is absolutely perfect for that. Thanks! :-) -- Pete _______________________________________________ coders mailing list [email protected] http://lists.slug.org.au/listinfo/coders
