home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / JN-UNP / JN-UNP.TXT < prev   
Text File  |  1989-01-15  |  2KB  |  64 lines

  1.                        Unprotect for Jack Nicklaus Golf
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR PROGRAM 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.  GOLFE.EXE TO GOLFE
  10.  GOLFC.EXE TO GOLFC
  11.  GOLFT.EXE TO GOLFT
  12.  
  13.  
  14.  Ex. C>rename golfc.exe golfc
  15.  
  16.  Next Load program into debug...
  17.  
  18.  Ex. C>debug golfc
  19.  
  20.  Then Follow the sample debug session:
  21.  
  22.      -s 0000 ffff e9 84 01 e8     :   Search for protection pattern
  23.  
  24.      XXXX:YYYY                    :   The search will return one address.
  25.                                       If more than one is returned
  26.                                       this unprotect may not work.
  27.  
  28.      ZZZZ=YYYY+0009               :   Add 9 to the address found
  29.                                       (These numbers are in hex. If you are
  30.                                        unfamiliar with the adding of hex
  31.                                        numbers don't attempt this patch)
  32.  
  33.      -e ZZZZ eb 08 90 90 90       :   Edit the contents of the computed
  34.                                       address
  35.  
  36.  
  37.  Now write the new golfc game back to the disk:
  38.  
  39.      -w  <Enter>
  40.  
  41.      Writing XXXX bytes
  42.  
  43.  Then Quit Debug:
  44.  
  45.      -q  <Enter>
  46.  
  47.  Now it is time to rename golfc back to golfc.exe
  48.  
  49.      C>ren golfc golfc.exe
  50.  
  51.  Now try to run the new (Hopefully) unprotected version of Jack Nicklaus Golf
  52.  
  53.      C>golfc
  54.  
  55.  --------------------------------------------------------------------------
  56.  
  57.  Unprotect Brought to you courtesy of Super Dave
  58.  
  59.                         Super Dave can be reached at:
  60.  
  61.                         The Download Depot BBS
  62.                         (803) 269-7899
  63.                         Greenville, SC
  64.