Einzelnen Beitrag anzeigen

Benutzerbild von Meflin
Meflin

Registriert seit: 21. Aug 2003
4.856 Beiträge
 
#4

Re: TBruteForce - Version 0.1 Beta

  Alt 25. Aug 2005, 14:13
@Stan:
Zitat von MSDN:
TerminateThread can result in the following problems:
  • If the target thread owns a critical section, the critical section will not be released.
  • If the target thread is allocating memory from the heap, the heap lock will not be released.
  • If the target thread is executing certain kernel32 calls when it is terminated, the kernel32 state for the thread's process could be inconsistent. [tut meiner afaik nicht]
  • If the target thread is manipulating the global state of a shared DLL, the state of the DLL could be destroyed, affecting other users of the DLL. [tut meiner nicht]
@Daniel G: das wird sich machen lassen

  Mit Zitat antworten Zitat