HollowWorks.com
About
Sketch Blog
Downloads*
  hexcat
  vimlike
  quickmblog
  leaves
  zephulor
  rads
  foomail
  onomatopoeia
Games
News
Photography


Donate towards my web hosting bill!
hexcat ::: Simple hex util

License: GPL

* no screenshot *

hexcat.tar.gz ::: tar/gzipd file (source, man page, binary) (5K)

Description:
hexcat is similar to the popular *nix utility, "hexdump" (it takes a file as an argument, and outputs hex to stdout.)

I wrote this for fun; I was working on a really old machine that didn't have hexdump, so I wrote a tool that did what I wanted.

hexcat outputs hex and text (the latter depending on a command line switch.)

tar.gz file includes source and a man page. Written in C.

Revision History:
(01.07.02)
Fixed a minor bug that manifested by causing hexcat to dump core...