home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / protect.lzh / BLAST.UNP < prev    next >
Text File  |  1986-07-18  |  1KB  |  29 lines

  1. HOW TO UNPROTECT BLAST, version 7.1, by Communications Research
  2. Group.
  3.  
  4. First, MAKE A COPY of your original disk. NEVER, EVER, mess
  5. around with the original, unless you like blowing your software
  6. away...
  7.  
  8. Using a good disk zapper such as the Norton Utilities, we will
  9. make several small changes to BLAST.EXE.  We will change the
  10. following byte strings as shown:
  11.  
  12. Search for:   8D 1E 9C B5 E8 4A 00 72 F6
  13. Change to :   8D 1E 9C B5 90 90 90 EB F6  (nop out C.P. call & return)
  14.  
  15. Search for:   8D 1E 4C B6 E8 37 00 72 E3
  16. Change to :   8D 1E 4C B6 90 90 90 EB E6  (nop out C.P. call & return)
  17.  
  18. Search for:   F3 A6 5E 74 01 F9
  19. Change to :   F3 A6 5E 74 01 F8   (fix carry flag so BLAST thinks all is
  20.                                    O.K.)
  21.  
  22. Write each of these changes to the disk as they are made.
  23.  
  24. BLAST is now fully unprotected and may be run from a hard disk, RAM disk, or
  25. copied to a floppy.
  26.  
  27.  
  28. LET THERE BE SOFTWARE!
  29.