home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / COL-UNP / COLONY.TXT next >
Text File  |  1989-06-15  |  2KB  |  68 lines

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