home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / debug / Utility / Exemine / Exemine.doc < prev    next >
Text File  |  1995-06-25  |  2KB  |  66 lines

  1.  
  2.                  Yet Another Executable File Structure Analyser
  3.  
  4.                  (c) 1994 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    Exemine  and  its documentation are Copyright (c) Martin Mares, MJSoft System
  13. Software, Prague, Czech Republic.
  14.  
  15.    This  archive  can  be  freely redistributed, as long as all of its files are
  16. included   in   their   original   form  without  any  additions,  deletions  or
  17. modifications,  and  no more than a nominal fee is charged for its distribution.
  18. All  copyright notices in the programs and accompanying documentation files must
  19. remain  on  their  places.  Also '.displayme' and other similar files may not be
  20. added.  This is generally known as FREEWARE.
  21.  
  22.    This  software  is  provided  "AS  IS"  without  warranty of any kind, either
  23. expressed  or  implied.   The author is not responsible for any damage caused by
  24. it.
  25.  
  26.  
  27. Introduction
  28. ============
  29.  
  30.    Programmers sometimes want to look at an executable file to find out what
  31. does it consist of. For this reason, many hunk structure analysers have been
  32. written. It's another one!
  33.  
  34.    Exemine understands all (at lease I hope all) the hunk types supported by
  35. Kickstart 3.0. It doesn't support hunks which cannot occur in loadable files
  36. (e.g., symbol references in object files).
  37.  
  38.    Exemine is pure and can be made resident.
  39.  
  40. Requirements
  41. ============
  42.  
  43.    - Exemine requires Kickstart 2.04 or higher and the ss.library version 5.0 or
  44. higher (included in this archive, see SSLib<???>.lha on the AmiNet for full
  45. distribution).
  46.  
  47.  
  48. Usage
  49. =====
  50.  
  51.    Exemine <from> [SILENT] [DUMP]
  52.  
  53. <from> - executable files to be analysed
  54.  
  55. SILENT - show only the basic structure. Suppress relocation offsets and similar
  56.          things.
  57.  
  58.   DUMP - dump contents of code and data hunks.
  59.  
  60.  
  61. Notes
  62. =====
  63.  
  64.    Send suggestions, flames and bug reports to <mjsoft@k332.feld.cvut.cz>.
  65.  
  66.