home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / EWBB-15 / EWBB-15.TXT next >
Text File  |  1989-12-31  |  2KB  |  66 lines

  1.                  Unprotect for Earl Weaver's Baseball Version 1.5
  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.  WEAVER.EXE TO WEAVER
  10.  
  11.  
  12.  Ex. C>rename weaver.exe weaver
  13.  
  14.  Next Load program into debug...
  15.  
  16.  Ex. C>debug weaver
  17.  
  18.  Then Follow the sample debug session:
  19.  
  20.      -s 0000 ffff 74 e3           :   Search for 1st 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.      -e YYYY 90 90                :   Edit the contents of the
  27.                                        returned address
  28.  
  29.      -s 0000 ffff 75 0d 3b        :   Search for 2nd protection pattern
  30.  
  31.      XXXX:YYYY                    :   The search will return one address.
  32.                                       If more than one is returned
  33.                                       this unprotect may not work.
  34.  
  35.      -e YYYY eb 04                :   Edit the contents of the
  36.                                        returned address
  37.  
  38.  Now write the new game game back to the disk:
  39.  
  40.      -w  <Enter>
  41.  
  42.      Writing XXXX bytes
  43.  
  44.  Then Quit Debug:
  45.  
  46.      -q  <Enter>
  47.  
  48.  Now it is time to rename weaver back to weaver.exe
  49.  
  50.      C>ren weaver weaver.exe
  51.  
  52.  Now try to run the new (Hopefully) unprotected version of
  53.  Earl Weaver's Baseball. Just push ENTER when asked for secret codes.
  54.  
  55.      C>weaver
  56.  
  57.  --------------------------------------------------------------------------
  58.  
  59.  Unprotect Brought to you courtesy of Super Dave
  60.  
  61.                         Super Dave can be reached at:
  62.  
  63.                         Hackers Paradise BBS
  64.                         (803) 269-7899
  65.                         Greenville, SC
  66.