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

  1.                    Unprotect for 'The Games (Winter Edition)'
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR 'THE GAMES' 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.  GAMES.EXE TO GAMES
  10.  
  11.  
  12.  Ex. C>rename games.exe games
  13.  
  14.  Next Load program into debug...
  15.  
  16.  Ex. C>debug games
  17.  
  18.  Then Follow the sample debug session:
  19.  
  20.      -s 0000 ffff 0b c0 74 01     :   Search for the 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-0005               :   Sub 5 from 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 31 c0 :   Edit the contents of the computed
  32.                                       address
  33.  
  34.  Now write the new games game back to the disk:
  35.  
  36.      -w  <Enter>
  37.  
  38.      Writing XXXX bytes
  39.  
  40.  Then Quit Debug:
  41.  
  42.      -q  <Enter>
  43.  
  44.  Now it is time to rename games back to games.exe
  45.  
  46.      C>ren games games.exe
  47.  
  48.  Now try to run the new (Hopefully) unprotected version of The Games
  49.  
  50.      C>games
  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.