mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-24 10:09:49 +02:00
15 lines
748 B
C
15 lines
748 B
C
//===============================================================================================//
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_SESSION_PS_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_SESSION_PS_H
|
|
//===============================================================================================//
|
|
#include "./process/ps.h"
|
|
|
|
DWORD session_id( DWORD dwProcessId );
|
|
|
|
DWORD session_activeid();
|
|
|
|
DWORD session_inject( DWORD dwSessionId, DLL_BUFFER * pDllBuffer, char * cpCommandLine );
|
|
|
|
//===============================================================================================//
|
|
#endif
|
|
//===============================================================================================//
|