home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / YS-UNP / YS.TXT < prev   
Text File  |  1989-12-17  |  1KB  |  59 lines

  1.                        Unprotect for YS
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR THE 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.  YSCGA.EXE TO YSCGA
  10.  YSEGA.EXE TO YSEGA
  11.  YSTDY.EXE TO YSTDY
  12.  
  13.  
  14.  Ex. C>rename ysega.exe ysega
  15.  
  16.  Next Load program into debug...
  17.  
  18.  Ex. C>debug ysega
  19.  
  20.  Then Follow the sample debug session:
  21.  
  22.      -s 0000 ffff bf 07 00 b8 06 02
  23.                                   :   Search of protection pattern
  24.  
  25.      XXXX:YYYY                    :   The search will return one address.
  26.                                       If more than one is returned
  27.                                       this unprotect may not work.
  28.  
  29.      -e YYYY eb 73 90             :   Edit the contents of the
  30.                                        returned address
  31.  
  32.  Now write the new game game back to the disk:
  33.  
  34.      -w  <Enter>
  35.  
  36.      Writing XXXX bytes
  37.  
  38.  Then Quit Debug:
  39.  
  40.      -q  <Enter>
  41.  
  42.  Now it is time to rename ysega back to ysega.exe
  43.  
  44.      C>ren ysega ysega.exe
  45.  
  46.  Now try to run the new (Hopefully) unprotected version of YS
  47.  
  48.      C>ys
  49.  
  50.  --------------------------------------------------------------------------
  51.  
  52.  Unprotect Brought to you courtesy of Super Dave
  53.  
  54.                         Super Dave can be reached at:
  55.  
  56.                         Hackers Paradise BBS
  57.                         (803) 269-7899
  58.                         Greenville, SC
  59.