1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-30 13:07:22 +02:00
HD Moore 071f888b16 Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly
git-svn-id: file:///home/svn/framework3/trunk@6949 4d416f70-5f16-0410-b530-b9f4589650da
2009-08-10 02:02:16 +00: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