mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-24 18:16:24 +01:00
7 lines
205 B
C
Executable File
7 lines
205 B
C
Executable File
#ifndef _METERPRETER_SERVER_PIVOT
|
|
#define _METERPRETER_SERVER_PIVOT
|
|
|
|
DWORD request_core_pivot_add(Remote* remote, Packet* packet);
|
|
DWORD request_core_pivot_remove(Remote* remote, Packet* packet);
|
|
|
|
#endif |