home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / URDM-UNP / URIDIUM.TXT < prev   
Text File  |  1989-06-18  |  2KB  |  68 lines

  1.                        Unprotect for URIDIUM (IBM PC)
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR URIDIUM 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.  URIDIUM.EXE TO URIDIUM
  10.  
  11.  
  12.  Ex. C>rename uridium.exe uridium
  13.  
  14.  Next Load program into debug...
  15.  
  16.  Ex. C>debug uridium
  17.  
  18.  Then Follow the sample debug session:
  19.  
  20.      -s 0000 ffff b4 1c cd 21     :   Search for first protection pattern
  21.  
  22.      XXXX:YYYY                    :   The search will return one address.
  23.                                       If more or less than one are returned
  24.                                       this unprotect may not work.
  25.  
  26.  The value returned should be:
  27.      XXXX:7FF1                    :   If this is not the address returned 
  28.                                   :   then change the addresses in the patch
  29.                                   :   file.
  30.  
  31.      -s 0000 ffff e8 b2 02        :   Search for second protection pattern
  32.  
  33.      XXXX:YYYY                    :   The search will return one address.
  34.                                       If more or less than one are returned
  35.                                       this unprotect may not work.
  36.  
  37.  The value returned should be:
  38.      XXXX:81BF                    :   If this is not the address returned 
  39.                                   :   then change the addresses in the patch
  40.                                   :   file.
  41.  Now exit debug to apply patch:
  42.  
  43.      -q  <Enter>
  44.  
  45.  Now apply the patch:
  46.  
  47.      C>debug uridium <uridium.pat
  48.  
  49.  Now it is time to rename uridium back to uridium.exe
  50.  
  51.      C>ren uridium uridium.exe
  52.  
  53.  The file DEMAB.COM must be copied into the same directory as URIDIUM.EXE
  54.  
  55.  Now try to run the new (Hopefully) unprotected version of URIDIUM
  56.  
  57.      C>uridium
  58.  
  59.  --------------------------------------------------------------------------
  60.  
  61.  Unprotect Brought to you courtesy of Super Dave
  62.  
  63.                         Super Dave can be reached at:
  64.  
  65.                         The Download Depot BBS
  66.                         (803) 269-7899
  67.                         Greenville, SC
  68.