home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / GP-UNP / GP-UNP.TXT next >
Text File  |  1988-12-11  |  2KB  |  63 lines

  1.                        Unprotect for Grand Prix (IBM PC)
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR GRAND PRIX 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.  GPCGA.EXE TO GPCGA
  10.  GPTDY.EXE TO GPTDY
  11.  GPEGA.EXE TO GPEGA
  12.  
  13.  
  14.  Ex. C>rename gpcga.exe gpcga
  15.  
  16.  Next Load program into debug...
  17.  
  18.  Ex. C>debug gpcga
  19.  
  20.  Then Follow the sample debug session:
  21.  
  22.      -s 0000 ffff b4 30 cd 21 3c  :   Search of protection pattern
  23.  
  24.      XXXX:YYYY                    :   The search will return two addresses.
  25.      XXXX:YYYY                        If more or less than two are returned
  26.                                       this unprotect may not work.
  27.  
  28.      ZZZZ=YYYY+0007               :   Add 7 to the second 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 e9 4b 01 90 90       :   Edit the contents of the computed
  34.                                       address
  35.  
  36.  Now write the new gpcga game back to the disk:
  37.  
  38.      -w  <Enter>
  39.  
  40.      Writing XXXX bytes
  41.  
  42.  Then Quit Debug:
  43.  
  44.      -q  <Enter>
  45.  
  46.  Now it is time to rename gpcga back to gpcga.exe
  47.  
  48.      C>ren gpcga gpcga.exe
  49.  
  50.  Now try to run the new (Hopefully) unprotected version of Grand Prix
  51.  
  52.      C>gpcga
  53.  
  54.  --------------------------------------------------------------------------
  55.  
  56.  Unprotect Brought to you courtesy of Super Dave
  57.  
  58.                         Super Dave can be reached at:
  59.  
  60.                         The Download Depot BBS
  61.                         (803) 269-7899
  62.                         Greenville, SC
  63.