home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / COPYPROT / PFS-ZAP.UNP < prev    next >
Text File  |  1985-03-20  |  2KB  |  58 lines

  1.  
  2.  
  3. For those of you whose PFS:FILE and PFS:REPORT do not match the other
  4. PFS zaps on this board, try these:
  5.  
  6. ----------------------------------------------------------------------
  7.  
  8. For PFS:FILE, copy FILE.EXE to another disk, and do:
  9.  
  10. RENAME FILE.EXE FILE.ZAP
  11. DEBUG FILE.ZAP
  12. U 9213
  13. should show  ...   PUSH BP
  14.                    MOV CX,0004
  15. which is the first part of a timing loop.
  16. if it doesn't, quit; else do:
  17. E 9217 EB 18
  18. U 9213
  19. should show  ...   PUSH BP
  20.                    MOV CX,0004
  21.                    JMP 9231
  22. if so, do:
  23. W
  24. Q
  25. RENAME FILE.ZAP FILE.EXE
  26.  
  27. ----------------------------------------------------------------------
  28.  
  29. For PFS:REPORT, copy REPORT.EXE to another disk, and do:
  30.  
  31. RENAME REPORT.EXE REPORT.ZAP
  32. DEBUG REPORT.ZAP
  33. U 9875
  34. should show  ...   PUSH BP
  35.                    MOV AX,DS
  36.                    MOV ES,AX
  37. if it doesn't, quit; else do:
  38. E 987A EB 11
  39. U 9875
  40. should show  ...   PUSH BP
  41.                    MOV AX,DS
  42.                    MOV ES,AX
  43.                    JMP 988D
  44. if so, do:
  45. W
  46. Q
  47. RENAME REPORT.ZAP REPORT.EXE
  48.  
  49. ----------------------------------------------------------------------
  50.  
  51. if everything was OK, your new versions of PFS:FILE and PFS:REPORT
  52. should run just fine without the original diskettes.
  53.  
  54. ----------------------------------------------------------------------
  55.  
  56. Zaps provided by Lazarus Associates
  57.  
  58. ----------------------------------------------------------------------