home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / RPAGEUNP / RPAGEUNP.TXT < prev   
Text File  |  1989-01-05  |  2KB  |  69 lines

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