[DllImport("kernel32.dll")] public static extern int CreateRemoteThread(int m_hProcess, int lpThreadAttributes, int dwStackSize, int lpStartAddress, int lpParameter, int dwCreationFlags, int lpThreadId);