2
4
GetProcAddress(LoadLibrary("kernel32.dll"),"OpenThread"); __asm { push dwTID push 0 push THREAD_ALL_ACCESS call eax mov hThread,eax }