/*
        ______            _  _   __            _ 
        | ___ \          | || | / /           | |
        | |_/ /  ___   __| || |/ /   ___    __| |
        |    /  / _ \ / _` ||    \  / _ \  / _` |
        | |\ \ |  __/| (_| || |\  \| (_) || (_| |
        \_| \_| \___| \__,_|\_| \_/ \___/  \__,_|
                                          
            Hijack All Process On WinNT Systems
		      Version 0.1

                                      RedKod Team
                                    www.redkod.com
Coder: R-e-D
Mail : r-e-d@redkod.com

*/

Usage : Patch0r.exe <imported dll> <imported function>

Exemple :

c:\>DUMPBIN /EXPORTS c:\rlib.dll | find /I "RemoteFunction"
          1    0 00001010 RemoteFunction
          
Ok! Now : Patch0r.exe c:\rlib.dll RemoteFunction

R-e-D.