home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / INTSPY10.ZIP / README.TXT < prev   
Encoding:
Text File  |  1993-05-13  |  1.5 KB  |  75 lines

  1. DESCRIPTION
  2. -----------
  3.  
  4. Intspy is a program wich monitors system interrupts made by another
  5. program. It is the ideal tool for reverse engineering a program. 
  6.  
  7. Intspy can for example show you all file access done by a program.
  8.  
  9. Which calls are logged, and how they are logged is specified in the file 
  10. intspy.ini. You can customize intspy by editing this ini file.
  11.  
  12. The enclosed verion of intspy is limmited to interrupt 21h. The full
  13. version is available for US$ 50.-. The source code is available for
  14. US$ 200.-.
  15.  
  16.  
  17.  
  18.  
  19. EXAMPLES
  20. --------
  21.  
  22. The following command writes all int 21h calls made by command.com to the
  23. console:
  24.  
  25.     intspy -21 con command
  26.  
  27. The following command writes all int 21h calls made by command.com to the
  28. file named logfile.log:
  29.  
  30.     intspy -21 logfile.log command
  31.  
  32. The following command writes all open file cals made by the program edit to
  33. the file named logfile.log:
  34.  
  35.     intspy -open logfile.log edit
  36.  
  37.  
  38.  
  39.  
  40.  
  41. HISTORY
  42. -------
  43.  
  44. 0.9    Beta release.
  45.  
  46. 1.0    Initial release.
  47.  
  48.  
  49.  
  50.  
  51. HOW TO FIND THE VERSION NUMBER
  52. ------------------------------
  53.  
  54. Intspy /? gives the version number and help for intspy.exe.
  55.  
  56.  
  57.  
  58.  
  59. SHAREWARE NOTICE
  60. ________________
  61.  
  62. You are granted the right to try intspy for free during one month. If you
  63. continue to use the program you have to pay US$ 50.-. For this money you
  64. will receive the full version of intspy.
  65.  
  66.  
  67.  
  68.  
  69.                 Frits Wiarda
  70.                 De Wildkamp 28
  71.                 8162 GJ Epe
  72.                 Holland
  73.                 e-mail 71553.3104@compuserve.com
  74.  
  75.