home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / zkuste / macos / Files / hexedit.sit / HexEdit_Release / ReadMe.txt < prev    next >
Text File  |  2002-10-31  |  3KB  |  49 lines

  1. HexEdit
  2. Copyright ⌐ 1996-2002 Lane Roathe <www.ifd.com>
  3. Based on the original, Copyright ⌐ 1993 Jim Bumgardner <www.jbum.com>
  4.  
  5. HexEdit is a file editor allowing you to view and edit the data contained withn any file. The original (through v1.07) is from Jim Bumgardner, Dave Polaschek released a version 1.1 and Nick Shanks released a version 1.3, and many of his changes are now part of the official HexEdit release. You can reach Nick at <hexedit@nickshanks.com> or on the web at <http://nickshanks.com/hexedit>. I (Lane Roathe) have released "official" versions from v1.1 through the current release, and you can get more information at my site <http://www.ifd.com/hexedit.html>. The official HexEdit page is:
  6.  
  7. <http://hexedit.sourceforge.net/>
  8.  
  9. I hope you find HexEdit useful! If you have suggestions or bug reports please feel free to contact me (see below). As several people can attest, I do listen :) Please be aware, however, that this is a FREE program and no support of any kind is actually being offered.
  10.  
  11. HexEdit is distributed under the Mozilla Public License. Please refere to the file "license.txt" for details. Use of these sources is an implied agreement to the terms of the license.
  12.  
  13. Notice of NO Warranty
  14. This program is distributed in the hope that it will be useful, but without any warranty; without even the warranty of merchantability or fitness for any purpose. The entire risk of operation this program, as well as the risk of quality and performance, resides soley with you! In no event with any of the program authors be liable for any damage caused by the operation, or non-operation, of this program!
  15.  
  16. USING A HEX EDITOR IS DANGEROUS!
  17. Be sure to backup your data before operating this program. It is possible to loose the entire  contents of a hard drive (or data on any type of storage device) by using this program!
  18.  
  19. New features
  20. Too many to list! (Really!) Please see the History.txt file in the Documentation folder if you really want to see how things have evolved.
  21.  
  22. Compiling the Code
  23. The latest code and HexEdit development community can be found on <http://hexedit.sourceforget.net>. The latest version of CodeWarrior is the "Official" development environment, including the set of Apple's Universal Headers and so forth that shipped with the latest version and all of it's updates.
  24.  
  25. Other development environments may be supported, just not "officially" :)
  26.  
  27. From Jim's original Docs
  28. HexEdit is a hexdump viewer and editor that works similarly to the hex editor provided with Apple's ResEdit.  It allows you to edit either the data fork or the resource fork of a file.
  29.  
  30. I wrote HexEdit because I needed to be able to insert/delete bytes from the data fork of files I was testing, and tools like FEdit don't have insert/deletion.
  31.  
  32. ╤╤╤╤╤╤╤╤
  33. Examples of what HexEdit has been/can be used for:
  34.  
  35.     Debugging:
  36.         Examining debugging data (ie, raw ADB output, etc.)
  37.         Examine other programs' binary output for errors (AIFF, MIDI, etc.)
  38.  
  39.     Spelunking:
  40.         Examine/Edit the contents of a MIDI file.
  41.         Examine binary files received from the Internet to see what format  they are in.
  42.         (MacBinary, Stuffit, etc.)
  43.  
  44.     Misc.:
  45.         Figure out how Kanji is encoded in a text file.
  46.         Compare MS-Word format to RTF format.
  47.         Examine the data fork of MS-Word Application
  48.     Recovery of damaged files, or at least portions of data therefrom.
  49.