1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00
2020-06-22 08:25:51 +10:00

11 lines
256 B
C

#ifndef _METERPRETER_COMMON_EXPORTS_H
#define _METERPRETER_COMMON_EXPORTS_H
#define EXPORT_REFLECTIVELOADER 1
#define EXPORT_INITSERVEREXTENSION 2
#define EXPORT_DEINITSERVEREXTENSION 3
#define EXPORT_STAGELESSINIT 4
#define EXPORT_COMMANDADDED 5
#endif