home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / UCFUWWP9.ZIP / UNWWPACK.TXT < prev   
Text File  |  1990-01-01  |  2KB  |  44 lines

  1.             Un-WWPACK/32 Beta 9
  2.  
  3. 1. How to
  4.  
  5.     stn-wwpp.exe <WWPACKED EXE FILE>
  6.     output is stored in Cracked.exe
  7.  
  8. 2. How does it work
  9.     It loads the PE-file almost as windows would, then it patches
  10.     the ww-unpack routine to append my code instead of the original
  11.     code. What I do is I piece together a new PE-file from the unpacked
  12.     version in memory. Simple! :)..
  13.     The large size of the EXE file is because I allocate memory this way.
  14.     This is unfortunate, however unavoidble with the flat- model in tasm
  15.     and building my own linker was going a tad overboard considering it 
  16.     will package to almost nothing. This also mean that very big packed
  17.     files will not unpack.
  18.     I do not identify WWP - meaning that you must identify a WWPACKed file
  19.     PRIOR to proceeding or suffer a chrash.
  20.     I do not remove the WWunpacking code/object table so despite the 
  21.     unpacking you'll still see the WWP in the exe-file - however the file
  22.     is unpacked and patchable. The WWP code is no longer used for anything.
  23.     Further my Object size determination routine is far less than optimal.
  24.     Actually it plain sucks.
  25.     The above point means that unpacked files will most likely be far bigger
  26.     than the original file before it was packed - however it'll provide a
  27.     functional match.
  28.  
  29. 3. Btw's
  30.     Btw - this was my second non-generic type unpacker :)))) And I can say
  31.     that PE isn't as hard as it's made out to be. It just requires more 
  32.     work than DOS. So come on people - get with the challenge :)
  33.     Yes! I know this is a lame unpacker - but gimme credit.... atleast
  34.     I did a PE-unpacker :)...
  35.  
  36. 4. Greets
  37.     Thanks To Patriarch - my landlord and friend. And everybody who
  38.     has ever encouraged me. My sourcecodes will be released on request.
  39.     
  40. 5. Contacting
  41.     email: stone@one.se
  42.     WWW  : http://www.one.se/~stone    or 
  43.            http://www.cracking.net/stone
  44.