User Tools

Site Tools


projects:unwise

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:unwise [2008/09/15 09:37] kratz00projects:unwise [2010/04/06 22:25] 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
 +
 +[[http://kratz00.org/files/hwun050a_linux.patch|hwun050a_linux.patch]]
  
 Implemented in Pascal (Turbo Pascal). 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. #TODO: debug segfault 
  
 == e_wise == == e_wise ==
Line 22: Line 24:
 http://kannegieser.net/veit/quelle/e_wise_src.arj http://kannegieser.net/veit/quelle/e_wise_src.arj
  
-Required by e_wise_src.arj: http://kannegieser.net/veit/quelle/sprache2.arj+[[http://kratz00.org/files/e_wise.patch|e_wise.patch]] 
 + 
 +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). 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.txt · Last modified: 2010/04/06 22:27 by kratz00