home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / OUT-UNP / OUTRUN.TXT < prev    next >
Text File  |  1989-06-17  |  2KB  |  61 lines

  1.                        Unprotect for OUT RUN (IBM PC)
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR OUT RUN DISK BEFORE STARTING AND USE THE
  5.  BACK UP FOR THE UNPROTECT.
  6.  Modify only the backup copy!!!
  7.  
  8.  First you should rename the file or files
  9.  OUTCGA.EXE TO OUTCGA
  10.  OUTTDY.EXE TO OUTTDY
  11.  OUTEGA.EXE TO OUTEGA
  12.  
  13.  
  14.  Ex. C>rename outcga.exe outcga
  15.  
  16.  Next Load program into debug...
  17.  
  18.  Ex. C>debug outcga
  19.  
  20.  Then Follow the sample debug session:
  21.  
  22.      -s 0000 ffff 1e 50 8b d0 42  :   Search of protection pattern
  23.  
  24.      XXXX:YYYY                    :   The search will return one address.
  25.                                       If more or less than one are returned
  26.                                       this unprotect may not work.
  27.  
  28.  The values returned should be:
  29.      XXXX:AA62                    :   OUTTDY
  30.      XXXX:AB36                    :   OUTEGA
  31.      XXXX:CFD1                    :   OUTCGA
  32.                                   :   If these are not the address returned 
  33.                                   :   then change the addresses in the patch
  34.                                   :   file.
  35.  
  36.  Now exit debug to apply patch:
  37.  
  38.      -q  <Enter>
  39.  
  40.  Now apply the patch:
  41.  
  42.      C>debug outcga <outcga.pat
  43.  
  44.  Now it is time to rename outcga back to outcga.exe
  45.  
  46.      C>ren outcga outcga.exe
  47.  
  48.  Now try to run the new (Hopefully) unprotected version of OUT RUN
  49.  
  50.      C>outcga
  51.  
  52.  --------------------------------------------------------------------------
  53.  
  54.  Unprotect Brought to you courtesy of Super Dave
  55.  
  56.                         Super Dave can be reached at:
  57.  
  58.                         The Download Depot BBS
  59.                         (803) 269-7899
  60.                         Greenville, SC
  61.