                          Unpacker Template and some more
                                                (c) 2011 deroko of ARTeam 

        Code is quite simple to follow, and understand. Main point of this code was
to demonstrate how to use my tracer driver. I tried to put as much comments as 
possible to make reading source very easy.  

Code includes workable import fixing code, which I like to call 1API==1IID, which
as far as I know, was introduces by me here : 

http://www.woodmann.com/forum/entry.php?22-imports-are-easy-to-fix

And this small blog post was inspired by these threads:

http://www.woodmann.com/forum/showthread.php?10635-Colorful-Neologism-%28X-Code%29
http://www.openrce.org/forums/posts/625             


Unpacker template supports some basic packers like upx/aspack/fsg maybe some more.
It's a template, and example so I don't make it too complicated, like packer 
identification and so on.

To use code you will need tracer from http://deroko.phearless.org/tracer.zip, probably
VMWare in case that something goes wrong with tracer.sys, and of course target to 
unpack.

C:\template.exe <file_to_unpack.exe> 

Well I hope this will be useful...

                                        (c) 2011 deroko of ARTeam


