home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / SARG4UNP / SARGON4.TXT < prev   
Text File  |  1989-12-17  |  2KB  |  69 lines

  1.                        Unprotect for Sargon IV
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR THE PROGRAM DISK BEFORE STARTING AND USE THE
  5.  BACK UP FOR THE UNPROTECT.
  6.  Modify only the backup copy!!!
  7.  
  8.  First you should rename the file or files
  9.  SARGON.EXE TO SARGON
  10.  
  11.  
  12.  Ex. C>rename sargon.exe sargon
  13.  
  14.  Next Load program into debug...
  15.  
  16.  Ex. C>debug sargon
  17.  
  18.  Then Follow the sample debug session:
  19.  
  20.      -r                           :   Get the value of the CS register
  21.  
  22. AX=????  BX=????  CX=????  DX=????  SP=????  BP=????  SI=????  DI=????
  23. DS=????  ES=????  SS=????  CS=WWWW  IP=????   ?? ?? ?? ?? ?? ?? ?? ??
  24. WWWW:???? ??            ???     ??
  25.  
  26.      XXXX=WWWW+2000               :   Add 2000 hex to value
  27.                                       (These numbers are in hex. If you are
  28.                                        unfamiliar with the adding of hex
  29.                                        numbers don't attempt this patch)
  30.  
  31.      -s XXXX:0000 ffff 26 8b 07 89 46 fa
  32.                                   :   Search of protection pattern
  33.  
  34.      XXXX:YYYY                    :   The search will return one address.
  35.                                       If more than one is returned
  36.                                       this unprotect may not work.
  37.  
  38.      -e XXXX:YYYY b8 00 10         :   Edit the contents of the
  39.                                        returned address
  40.  
  41.  Now write the new sargon game back to the disk:
  42.  
  43.      -w  <Enter>
  44.  
  45.      Writing XXXX bytes
  46.  
  47.  Then Quit Debug:
  48.  
  49.      -q  <Enter>
  50.  
  51.  Now it is time to rename sargon back to sargon.exe
  52.  
  53.      C>ren sargon sargon.exe
  54.  
  55.  Now try to run the new (Hopefully) unprotected version of Sargon IV.
  56.  When the question comes up answer '1924'
  57.  
  58.      C>sargon
  59.  
  60.  --------------------------------------------------------------------------
  61.  
  62.  Unprotect Brought to you courtesy of Super Dave
  63.  
  64.                         Super Dave can be reached at:
  65.  
  66.                         Hackers Paradise BBS
  67.                         (803) 269-7899
  68.                         Greenville, SC
  69.