1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-08 23:33:07 +01:00
metasploit-payloads/c/meterpreter/source/elevator/tokendup.h

7 lines
176 B
C

#ifndef _METERPRETER_SOURCE_ELEVATOR_TOKENDUP_H
#define _METERPRETER_SOURCE_ELEVATOR_TOKENDUP_H
BOOL elevator_tokendup( DWORD dwThreadId, DWORD dwSecurityRID );
#endif