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

  1. *********************** Sidekick version 1.11A ******************
  2.  
  3. This is the procedure for bypassing the copy protection scheme used
  4. by SIDEKICK version 1.11A.
  5.  
  6. Using DEBUG on SK.COM, NOP out CALL 8E8A at location 0801 ----+
  7.                                                               |
  8. and change the OR  AL,AL  at 0810 to OR  AL,01 --------+      |
  9.                                                        |      |
  10.                                                        |      |
  11.                (BEFORE ZAP)                            |      |
  12.                                                        |      |
  13. 27A3:0800 0E            PUSH    CS                     |      |
  14. 27A3:0801 E88686        CALL    8E8A  <-----------------------+
  15. 27A3:0804 2E            CS:                            |      |
  16. 27A3:0805 8E163E02      MOV     SS,[023E]              |      |
  17. 27A3:0809 2E            CS:                            |      |
  18. 27A3:080A 8B264002      MOV     SP,[0240]              |      |
  19. 27A3:080E 1F            POP     DS                     |      |
  20. 27A3:080F 59            POP     CX                     |      |
  21. 27A3:0810 0AC0          OR      AL,AL  <---------------+      |
  22. 27A3:0812 7409          JZ      081D                   |      |
  23.                                                        |      |
  24.                                                        |      |
  25.                                                        |      |
  26.                (AFTER ZAP)                             |      |
  27.                                                        |      |
  28. 27A3:0800 0E            PUSH    CS                     |      |
  29. 27A3:0801 90            NOP  <--------------------------------+
  30. 27A3:0802 90            NOP  <--------------------------------+
  31. 27A3:0803 90            NOP  <--------------------------------+
  32. 27A3:0804 2E            CS:                            |
  33. 27A3:0805 8E163E02      MOV     SS,[023E]              |
  34. 27A3:0809 2E            CS:                            |
  35. 27A3:080A 8B264002      MOV     SP,[0240]              |
  36. 27A3:080E 1F            POP     DS                     |
  37. 27A3:080F 59            POP     CX                     |
  38. 27A3:0810 0C01          OR      AL,01  <---------------+
  39. 27A3:0812 7409          JZ      081D
  40.  
  41. *********************** Sidekick version 1.5 ******************
  42.  
  43.             UNPROTECT PATCH FOR SIDEKICK VERSION 1.5
  44.  
  45.                                BY
  46.                           STEVE SCHAUER
  47.  
  48.  
  49. Use the following steps to unprotect Sidekick Version 1.5.  After
  50. modifying SK.COM the program will no longer look for the key disk
  51. in Drive A: and you can run the program off your hard disk alone.
  52.  
  53.  
  54. You should modify a COPY of SK.COM with DEBUG by entering the
  55. following commands:
  56.  
  57. you enter:              DEBUG SK.COM    <CARRIAGE RETURN>
  58.                         A 089E          <CARRIAGE RETURN>
  59.  
  60. DEBUG responds with:    XXXX:089E       <XXXX CAN BE ANY NUMBER>
  61. you enter:              NOP             <CARRIAGE RETURN>
  62.  
  63. DEBUG responds with:    XXXX:089F
  64. you enter:              NOP             <CARRIAGE RETURN>
  65.  
  66. DEBUG responds with:    XXXX:08A0
  67. you enter:                              <CARRIAGE RETURN>
  68.                         A 08AD          <CARRIAGE RETURN>
  69.  
  70. DEBUG responds with:    XXXX:08AD
  71. you enter:              OR <TAB> AL,01  <CARRIAGE RETURN>
  72.  
  73. DEBUG responds with:    XXXX:08AF
  74. you enter:                              <CARRIAGE RETURN>
  75.                         W               <CARRIAGE RETURN>
  76.                         Q               <CARRIAGE RETURN>
  77.  
  78. That's it!  The modified version will now run as an unprotected copy
  79. of Sidekick.
  80.  
  81.  
  82. REMINDER:  The instructions above enclosed in <BRACKETS> are not to
  83.            be typed in; when it says <CARRIAGE RETURN> or <TAB>,
  84.            you should press that key at that point.  <You knew that,
  85.            didn't you?>
  86.  
  87.  
  88.  
  89. SECOND REMINDER:   Fate being what it is, you did modify a copy of
  90.                    Sidekick and not the original, didn't you?
  91.