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