/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/passivex/PassiveXLib.h
30 строк
528 B
Matt Miller
base import of px dll from 2.x
05 янв 2006, 05:41
05 янв 2006, 05:41
b0cb573
Код
Авторство
О чём код?
/* * This file is part of the Metasploit Exploit Framework * and is subject to the same licenses and copyrights as * the rest of this package. */ #ifndef _PASSIVEXLIB_H #define _PASSIVEXLIB_H #define _WIN32_WINNT 0x0400 #define _ATL_APARTMENT_THREADED #include <stdlib.h> #include <stdio.h> #include <windows.h> #include <wininet.h> #include <time.h> #include <atlbase.h> extern CComModule _Module; #include <atlcom.h> #include <atlctl.h> #include "resource.h" #include "PassiveX.h" #include "CPassiveX.h" #endif