home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / DAMBUST / DAMBUST.UNP next >
Text File  |  1986-03-25  |  1KB  |  49 lines

  1. To unprotect "The Dambusters" from Accolade use the following debug
  2. proceedure.  Note that even recent version versions of CopyIIPC cannot
  3. copy this software, and to protect your investment you will want to use
  4. this unprotect.
  5.  
  6. 1) Copy DAMB.EXE to a formated blank diskette.
  7.  
  8. 2) REN DAMB.EXE DAMB.BIN 
  9.  
  10. 3) DEBUG DAMB.BIN
  11.  
  12. 4) Now search for the use of INT 13
  13.  
  14.   -s 0000 FFFF CD 13
  15.   
  16.  
  17.    I found this call at  13BC:0116
  18.    You may find it at a different location, but as long as the number ends
  19.    in 16 you have the correct location.  If it doesn't end with a 16 then
  20.    you may have a different version and this unprotect may not work.
  21.  
  22. 5) Next look at the code after this call
  23.  
  24.    -u XXXX:XX16
  25.  
  26.    You should see the following:
  27.  
  28.    XXXX:XX16 CD13        INT 13
  29.    XXXX:XX18 7306        JNB 0120
  30.  
  31.    If this is different, you may have a different version. Stop now.
  32.  
  33. 6) Now change the jump to an unconditional jump
  34.  
  35.    -e XXXX:XX18  EB 06
  36.  
  37. 7) Now write the changes back to disk and end the debug session
  38.  
  39.    -w
  40.    -q
  41.  
  42. 8) REN DAMB.BIN DAMB.EXE
  43.  
  44. 9) Now place your original diskette in a safe place.
  45.  
  46.  
  47. March 25, 1985
  48. --------------------------------Disk Designer----------------------------------
  49.