                                DynAslr
                                        (c) 2010 deroko of ARTeam

        Support for x32/wow64/x64, and only handles dlls for which ASLR is not 
enabled. Tools dumps 2 dlls (dynaslr.dll and dynaslr64.dll) into C:\windows\system32
and c:\windows\syswow64\ , and uses AppInit_DLLs to do it's job.

Lack of technique? If Dll which is not ASLR enabled is loaded as part of import table,
and before user32.dll, this tool can't get it. 

                                                deroko of ARTeam