User Tools

Site Tools


projects:unwise

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:unwise [2008/08/19 21:25] – created kratz00projects:unwise [2010/04/06 22:27] (current) kratz00
Line 3: Line 3:
 == HWUN (Heuristic WISE-Setup Unpacker) == == HWUN (Heuristic WISE-Setup Unpacker) ==
  
-http://www.angelfire.com/ego/jmeister/hwun/\\ +http://www.angelfire.com/ego/jmeister/hwun/ 
 http://www.angelfire.com/ego/jmeister/hwun/hwun050a.zip http://www.angelfire.com/ego/jmeister/hwun/hwun050a.zip
  
-Implemented in Pascal.+[[http://kratz00.org/files/hwun050a_linux.patch|hwun050a_linux.patch]] 
 + 
 +Implemented in Pascal (Turbo Pascal). 
 + 
 +Required: [[software:free_pascal| Free Pascal]]
  
 <code> <code>
 +patch -p1 -i ../hwun050a_linux.patch &&
 cd src && cd src &&
-# TODO: patch for hexadeci.pas (uses some stuff which is only available on Windows) 
-# TODO: patch for hwun.pas (uses '\' as file separator which is only available on Windows) 
 fpc -Mtp -g hwun.pas fpc -Mtp -g hwun.pas
 </code> </code>
  
-Program seems to be functional but it crashes at the end with a segmentation fault#TODOdebug segfault+== e_wise == 
 +http://kannegieser.net/veit/ 
 + 
 +http://kannegieser.net/veit/quelle/e_wise_src.arj 
 + 
 +[[http://kratz00.org/files/e_wise.patch|e_wise.patch]], [[http://kratz00.org/files/e_wise.ini|e_wise.ini]] 
 + 
 +Required by e_wise_src.arj (only if you do _not_ use the patch): http://kannegieser.net/veit/quelle/sprache2.arj 
 + 
 +Implemented in Pascal (Virtual Pascal). 
 + 
 +Required[[software:free_pascal| Free Pascal]] 
 + 
 +<code> 
 +patch -p1 -i ../e_wise.patch && 
 +fpc -Mtp -g e_wise.pas 
 +</code>
projects/unwise.1219173954.txt.gz · Last modified: 2008/08/19 21:25 by kratz00