1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00

6 lines
187 B
C

#ifndef _METERPRETER_SOURCE_SERVER_LIBLOADER_H
#define _METERPRETER_SOURCE_SERVER_LIBLOADER_H
HMODULE libloader_load_library(LPCSTR name, PUCHAR buffer, DWORD bufferLength);
#endif