Zitat:
CreateRemoteThread
Funktioniert aber nur unter NT.
Zu madRemote steht:
Zitat:
Well, you might now say: The Windows
API already offers "VirtualAllocEx" for memory allocation and "CreateRemoteThread" for thread creation in foreign processes, so what is so special about madRemote? The special thing is that the mentioned Windows APIs only work in NT based systems, while madRemote offers you the full power in NT *and* in 9x/ME. And I'm not talking about a more or less working "CreateRemoteThread" simulation (by e.g. misusing "SetWindowsHookEx" or "Get/SetThreadContext"). I'm talking about the *real* one, that works always, that does not need any cooperation of the destination process!