mirror of https://github.com/n1nj4sec/pupy.git
7 lines
234 B
C
7 lines
234 B
C
|
#ifndef _METERPRETER_REMOTE_THREAD_H
|
||
|
#define _METERPRETER_REMOTE_THREAD_H
|
||
|
|
||
|
HANDLE create_remote_thread(HANDLE hProcess, SIZE_T sStackSize, LPVOID pvStartAddress, LPVOID pvStartParam, DWORD dwCreateFlags, LPDWORD pdwThreadId);
|
||
|
|
||
|
#endif
|