Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#7

Re: Thread an eine fremde Anwendung dranhängen

  Alt 17. Apr 2004, 14:06
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!
Thomas
  Mit Zitat antworten Zitat