home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / COPYPROT / NEW123UN.V1A < prev    next >
Text File  |  1985-03-20  |  1KB  |  24 lines

  1. I have just seen a new copy of Lotus 1-2-3 v1a that has a
  2. modified protection scheme for which the currently published
  3. unprotect scheme will not work. Here is a modified unprotect
  4. that will work properly with both the old and new v1a releases
  5. ......
  6. 1) Rename 123.exe to 123.xyx
  7. 2) Type (to DOS) the command
  8.   C> debug 123.xyx
  9. 3) Type (to debug) the command
  10.   -s 100 efff cd 13   (The "-" is a prompt from debug.)
  11. 4) Debug should respond with something like:
  12.    xxxx:ABA9    where xxxx is a hex number that may vary
  13. 5) Type
  14.   -e aba9 fb f9   (Use whatever debug gave you in the
  15.   -w               last step instead of "aba9" if it is
  16.   -q               different.)
  17.  
  18. 6) Rename 123.xyx to 123.exe
  19. For those of you who want to understand this, it is
  20. replacing an "INT 13" instruction that checks the disk
  21. in drive A: for some funny stuff with STI, STC instructions
  22. that set the flags to the values that the newer 123's check
  23. for later to defeat the old patch that only put NOP's there.
  24.