mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-05-12 19:04:32 +02:00
12 lines
321 B
C
Executable File
12 lines
321 B
C
Executable File
/*!
|
|
* @file poweshell_bridge.h
|
|
* @brief Declarations for powershell request handlers (bridged into managed C++)
|
|
*/
|
|
#ifndef _METERPRETER_SOURCE_EXTENSION_POWERSHELL_BRIDGE_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_POWERSHELL_BRIDGE_H
|
|
|
|
DWORD request_powershell_execute(Remote *remote, Packet *packet);
|
|
|
|
#endif
|
|
|