mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
6 lines
189 B
C
Executable File
6 lines
189 B
C
Executable File
#ifndef _METERPRETER_PIVOT_PACKET_DISPATCH
|
|
#define _METERPRETER_PIVOT_PACKET_DISPATCH
|
|
|
|
DWORD pivot_packet_dispatch(PivotContext* pivotCtx, LPBYTE packetBuffer, DWORD packetSize);
|
|
|
|
#endif |