mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
7 lines
277 B
C
7 lines
277 B
C
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_PRIV_SERVER_SYSKEY_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_PRIV_SERVER_SYSKEY_H
|
|
BOOL get_syskey_component(HKEY lsaHandle, char subkeyName[255], unsigned char *tmpSysKey);
|
|
BOOL get_syskey(unsigned char *sysKey);
|
|
|
|
#endif
|