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

  1.             Suppressing the Serial Number Search on Drive A:
  2.                             for Symphony 1.1
  3.  
  4. NOTE: THE METHODS DESCRIBED BELOW APPLY ONLY TO THE VERSION OF SYMPHONY
  5. 1.1 PRODUCED BY THE "COPYIIPC" ARCHIVAL BACKUP PROGRAM.  DO NOT ATTEMPT
  6. THE FOLLOWING STEPS IF YOU HAVE NOT BACKED-UP UP YOUR SYMPHONY 1.1
  7. PROGRAM DISK WITH COPYIIPC.
  8.  
  9.     A number of people are under the impression that Symphony 1.1 must
  10. still search for the serial number of the key disk even after having
  11. used COPYIIPC to make a backup copy that will run from a hard disk.
  12.  
  13.     This is not necessarily true, and it proves that it pays to read the
  14. documentation that programs come with.  COPYIIPC includes a program
  15. called NOKEY which, if executed prior to running Symphony 1.1, will
  16. prevent the serial number search to drive A:.  If fact, NOKEY even
  17. supplies a serial number of 0's for Symphony to display on the opening
  18. screen.
  19.  
  20.     But even if you use NOKEY, you may still encounter problems.  There
  21. is a situation in which NOKEY will not work properly.  If you use
  22. Sidekick, the "ACCESS" program to start Symphony 1.1 together with NOKEY
  23. you will get a message "cannot find file COMMAND.COM".  You have to stop
  24. using either NOKEY or ACCESS to run Symphony 1.1 successfully from a
  25. hard disk.
  26.  
  27.     Luckily there is a way to get aroung this problem.  As a minor side
  28. benefit, you will no longer need to use NOKEY to stop the serial number
  29. search.  You will be making a slight modification to the file
  30. "SYMPHONY.EXE".  Note that this file is created by COPYIIPC.  Do not
  31. modify any other file!
  32.  
  33.     Follow the DEBUG instructions below.  After you finish, Symphony 1.1
  34. will not go to drive A:.  Since Copyiipc has already removed the
  35. Softguard protection, this means Symphony 1.1 is usable from a hard disk
  36. without any dependence on your floppy drive.
  37.  
  38.  -------------------------------------------------------------------
  39. C>copy symphony.exe symphony.bak        (make a backup, just in case)
  40.  
  41. C>ren symphony.exe symphony.xyz
  42.  
  43. C>debug symphony.xyz
  44. -d 0af4 0af5             ;display locations 0af4-0af5
  45. XXXX:0AF4  CD 13         ;if you don't see exactly this, don't continue
  46. -e 0af4 90 90            ;NOP out the disk read instruction
  47. -e 0afb 90 90            ;cause "serial # not found" msg. to be printed
  48. -w                       ;write the modified file
  49. Writing 1AD1 bytes
  50. -q
  51. C>ren symphony.xyz symphony.exe
  52. --------------------------------------------------------------------
  53.  
  54.     Be sure to stop using NOKEY, since it is no longer required with the
  55. above modification.
  56.