Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Detecting thread launch in other program
#2
Create a dll and inject it into that process. When creating a new thread, Windows calls your function DllMain.
http://msdn.microsoft.com/en-us/library ... 85%29.aspx

QM does not create dlls. It is possible only with __Tcc class, in C language. Better use Visual Studio etc.

Another way - Thread32First and related functions. But in this case it probably cannot be used.

Maybe more ways exist.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)