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

  1.               Unprotecting Screen Sculptor V 1.03
  2.  
  3.         Screen Sculptor is written in Turbo Pascal, and employes the
  4. use of CHaiN files.  Because of the nature of these chain files,
  5. you can not directly strip the copy protection with debug!  As a
  6. matter of fact due to the structure of the code that turbo
  7. generates, the actual disk access can not be striped out!  The
  8. only thing that can be done is to change the code which Screen
  9. Sculptor looks for and leave it at that! (This means you still
  10. must have a disk in Drive A, but any DOS formatted disk should
  11. work for this!!)  The procedure is as follows:
  12.  
  13.                       PCTools Procedure
  14.                       -----------------
  15.  
  16. (FM included on this disk will work just fine - Public Brand Software)
  17.  
  18. 1)  With a disk utility such as PC Tools (Norton may also be
  19.         used as well as debug, but these procedures are much more
  20.         difficult!  But you may find the debug procedure the
  21.         easiest.) You want to look as relative sector 4 of the
  22.         file SSMAIN.CHN (not relative sector 4 of the disk!!!).
  23.  
  24. 2)  At an offset of 96h, you should see the following numbers:
  25.                 3D 10 00                ( CMP   AX,0010H)
  26.         These should be canged to
  27.                 3D 02 00                ( CMP   AX,0002H)
  28.  
  29. 3) Step 2 (Change 10 00 to 02 00) should be repeated at offset
  30.         12FH and 167H within Relative Sector 4.
  31.  
  32. The Screen sculptor will now run (using this modified file) on
  33. ANY DOS formated floppy Diskette!! Use the same offsets with
  34. Norton except remember that relative sectors are numbered as 0,
  35. 1, 2, 3,...  that means that the sector you want to modify is the
  36. FIFTH sector in the file!!
  37.  
  38.                          DEBUG Procedure
  39.                          ---------------
  40.  
  41.         To do the unprotect from debug type at the DOS Prompt:
  42.  
  43. DEBUG SSMAIN.CHN
  44.  
  45. Then to make the changes type at debugs '-' prompt:
  46.  
  47. ECS:997 02 00
  48. ECS:A2F 02 00
  49. ECS:A67 02 00
  50.  
  51. the type W to write the file to disk.  MAKE ABSOLUTLY SURE YOU
  52. ARE WRITING THIS TO A COPY AND NOT THE ORIGINAL!!!!
  53.  
  54. This will unprotect your copy of Screen Sculptor V 1.03 so ENJOY
  55.  
  56.                                                         HACKMAN
  57.