1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-30 13:07:22 +02:00

14 lines
428 B
C
Executable File

/*!
* @file powershell_bindings.h
* @brief Declarations for bindings to meterpreter functions that can be called from Powershell.
*/
#ifndef _METERPRETER_SOURCE_EXTENSION_POWERSHELL_BINDINGS_H
#define _METERPRETER_SOURCE_EXTENSION_POWERSHELL_BINDINGS_H
extern Remote* gRemote;
VOID MeterpreterInvoke(unsigned char* input, unsigned int inputLength, unsigned char** output, unsigned int* outputLength);
#endif