home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / prol / prntshp2.unp < prev    next >
Text File  |  1987-12-28  |  1KB  |  42 lines

  1. HOW TO UNPROTECT THE PRINTSHOP BY BRODERBRUND Software
  2.  
  3. First, make a copy of the original PrintShop disk. Use COPY *.*, not
  4. diskcopy. NEVER, EVER, attempt these changes on your original diskette!
  5.  
  6. Now, using a Disk Zap utility such as Norton Utilities on the copy, search
  7. for the following hexadecimal byte strings and make the changes indicated.
  8.  
  9. First, search the file PSINIT.OVR:
  10.  
  11. Search for: 06 56 57 B1 01 B4 04 B6 00
  12. Change  to: B8 00 00 C3 xx xx xx xx xx  (xx indicates don't care!)
  13.  
  14. Search for: E8 53 00 85 C0 75 10
  15. Change  to: E8 53 00 85 C0 90 90
  16.  
  17. Search for: E8 4A 00 85 C0 74 30
  18. Change  to: E8 4A 00 85 C0 EB 30
  19.  
  20. Write these changes to disk.
  21.  
  22. Next, search the file PS.EXE:
  23.  
  24. Search for:  B2 00 B0 01 CD 13
  25. Change to :  B2 00 B0 01 90 90
  26.  
  27. Search for:  B1 0A B0 01 B4 04 CD 13
  28. Change  to:  B1 0A B0 00 B4 04 90 90
  29.  
  30. Write these changes to disk.
  31.  
  32. This completes the unprotection of PRINTSHOP.  Note, however, that due
  33. to sloppy programming on the part of Broderbrund, PRINTSHOP still
  34. expects to be in drive A:.  If you put it on a hard disk or ram disk, you
  35. will have do do an ASSIGN statement such as:
  36.  
  37.                     ASSIGN A=C
  38.  
  39. prior to running PRINTSHOP.  Remember to unASSIGN afterwards!
  40.  
  41. LET THERE BE SOFTWARE!
  42.