home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAHDP10.ZIP / HEXDUMP.DOX < prev    next >
Text File  |  1995-08-19  |  1KB  |  30 lines

  1. ───────────────────────────────────────────────────────────────────────────────
  2.  
  3.                               HEXDUMP V1.0
  4.  
  5. ───────────────────────────────────────────────────────────────────────────────
  6.                                                                 -Dox By Timecop
  7.  
  8. 1. Introduction.
  9.    ~~~~~~~~~~~~
  10.    This is really nothing, but another very useful thing from me.  Originally
  11.    I wrote it in pascal for use with Cyber Demon's file viewer.  Then I decided
  12.    to rewrite it in C, add some cosmetics to it and here you go.
  13.  
  14. 2. A few words about utility.
  15.    ~~~~~~~~~~~~~~~~~~~~~~~~~
  16.    HEXDUMP goes through a text/binary file converting it's contents from
  17.    ascii to hex and puts them in another file very accurately.  To start a
  18.    program you will need to enter two parameters.  First one will be your
  19.    source file and second one will be your output file.  As you see, absolutely
  20.    no brains required.  The program was compiled with Borland C++ v4.51.
  21.    HEXDUMP was just another exercise for me.  Enjoy!
  22.  
  23. 3. Greetz.
  24.    ~~~~~~
  25.    Drew - I can't stop greeting you!
  26.    Cyber Demon - release your file viewer already!
  27.  
  28.  
  29.                                 END OF DOX
  30.