1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-08 14:36:22 +01:00
metasploit-payloads/c/meterpreter/source/elevator/namedpipeservice.h

7 lines
183 B
C

#ifndef _METERPRETER_SOURCE_ELEVATOR_NAMEDPIPESERVICE_H
#define _METERPRETER_SOURCE_ELEVATOR_NAMEDPIPESERVICE_H
BOOL elevator_namedpipeservice( char * cpServiceName );
#endif