home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / pc / crack / vpplanr.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  2.2 KB  |  74 lines

  1.                           INSTRUCTIONS
  2.                                FOR
  3.                  UNPROTECTING VP-PLANNER VER 1.1
  4.  
  5.  
  6. VP-PLANNER is one of those annoying programs which is both copy
  7. protected and delivered without a backup.  Instead of forking out
  8. 10 bucks for the backup, I found it easier and more enjoyable to
  9. circumvent the copy protection.   If you are comfortable copying
  10. disks and using DOS's DEBUG program then you should have no
  11. trouble with this simple procedure.
  12.  
  13. This procedure was applied to a version of VP-PLANNER in which
  14. the VP.COM file was dated 4/14/86.  If that is your version, then
  15. you are golden.
  16.  
  17.  
  18.   STEP 1:
  19.  
  20.           Copy all of the working files from the VP-PLANNER
  21.           master to a working diskette (or a subdirectory on
  22.           your hard disk).
  23.  
  24.   STEP 2:
  25.  
  26.           Load the DOS DEBUG program and issue the following
  27.           commands (do not enter the comments below. just enter
  28.           everything shown in upper case.)
  29.  
  30.  
  31.          COMMAND                  COMMENT
  32.          _______                  _______
  33.  
  34.          a>DEBUG               assumes A is default drive.
  35.          -N B:VP.COM           assumes VPP files on drive B.
  36.          -L                    load vp.com into memory.
  37.          -U CS:6647
  38.          xxxx:6647 mov bx,ffff this should be first
  39.          .                       instruction displayed.
  40.          .                       If not, STOP!!!!
  41.          -A CS:6647
  42.          xxxx:6647 MOV BX,0    replace previous mov.
  43.          -                     enter empty line.
  44.          -U CS:6650
  45.          xxxx:6650 int 10      first instruction?
  46.          .                       no?  STOP!
  47.          .
  48.          -A CS:6650
  49.          xxxx:6650  NOP
  50.          xxxx:6651  NOP
  51.          xxxx:6652             don't forget the blank line
  52.          -U CS:665C
  53.          xxxx:665c int 10      first instruction?
  54.          .                       no?  STOP!
  55.          .
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.          -A CS:665C
  66.          xxxx:665c  NOP
  67.          xxxx:665d  NOP
  68.          xxxx:665e             don't forget the blank line
  69.          -W                    rewrite the file.
  70.          -Q                    return to DOS.
  71.  
  72.  
  73. Believe it or not, VP-PLANNER is now fully unprotected.
  74.