cpoke: tiny hex dumper ====================== cpoke is a small but well formed hex poker in C. Compiled with gcc ver 3.1 I get a binary of 3896 bytes. Install ------- cc cpoke.c -o cpoke or gcc -O2 cpoke.c -o cpoke ; strip cpoke or (windows) cl cpoke.c copy cpoke manually to a bin directory Usage ----- cpoke file hexoffset byte... e.g. To insert "cpoke" at position 0x100, cpoke file 0x100 63 70 6F 6B 65 Links ----- cpoke lives at http://www.skynet.ie/~caolan/Packages/cpoke.html Licence ------- GPL, http://www.gnu.org Caolan McNamara (2003)