Results 2 issues of xiangxw

pyrasite execute code in a new thread of the remote process. Can I execute code in main thread of the remote process?(some code must be executed in main thread) Thanks.

In WinUser.h: ``` #if (_WIN32_WINNT >= 0x0400) #define WH_KEYBOARD_LL 13 #define WH_MOUSE_LL 14 #endif // (_WIN32_WINNT >= 0x0400) #if(WINVER >= 0x0400) #if (_WIN32_WINNT >= 0x0400) #define WH_MAX 14 #else #define...