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

  1.            
  2.             
  3.              What follows is an unprotect scheme for version 1.11C of 
  4.            Borland International's Sidekick.  The basic procedure is the 
  5.            same as that for version 1.1A with just location differences.  
  6.                So the only credit I can take is for finding the new 
  7.                                     locations!  
  8.  
  9.         
  10.         This is (of course), provided only for legal owners of Sidekick!!
  11.  
  12.                Also, make sure you 'DEBUG' a copy NOT the original!
  13.         
  14.         
  15.         DEBUG SK.COM    <ENTER>
  16.         -U 801          <ENTER>
  17.         -E 801          <ENTER>
  18.         you will then see:
  19.         25E5:0801    E8.
  20.         90              <ENTER>
  21.         repeat for 802 and 803:
  22.         -E 802          <ENTER>
  23.         90              <ENTER>
  24.         -E 803          <ENTER>
  25.         90              <ENTER>
  26.         then:
  27.         -A 810          <ENTER>
  28.         OR AL,01        <ENTER>
  29.         <ENTER>
  30.         -U 801          <ENTER>
  31.         you should then see (among other things):
  32.         XXXX:801       90     NOP
  33.         XXXX:802       90     NOP
  34.         XXXX:803       90     NOP
  35.         
  36.         XXXX:810  0C01     OR     AL,01
  37.         if so:
  38.         -W              <ENTER>
  39.         -Q              <ENTER>
  40.         if not:
  41.         -Q              <ENTER>
  42.         
  43.             +++++++++++++++++++++++++++++++++++++++++++++++++++++    
  44.  
  45.                                                               
  46.              For SKN.COM, SKM.COM and SKC.COM the unprotect is the same 
  47.         but at the following locations:
  48.         
  49.              SK          SKN          SKM          SKC
  50.              ---         ---          ---          ---
  51.              801         7DF          76F          7BC
  52.              802         7E0          770          7BD
  53.              803         7E1          771          7BE
  54.              810         7EE          77E          7CB
  55.         
  56.         To unprotect SKC.COM you would 'DEBUG SKC.COM' and then replace 
  57.         any occurence of '801' with '7BC'; '802' with '7BD' and so on.
  58.         
  59.                               GOOD LUCK!
  60.