2014-04-06 18:31:53 +00:00
|
|
|
/* Benjamin DELPY `gentilkiwi`
|
2020-09-17 01:17:11 +00:00
|
|
|
https://blog.gentilkiwi.com
|
2014-04-06 18:31:53 +00:00
|
|
|
benjamin@gentilkiwi.com
|
2015-08-25 09:19:01 +00:00
|
|
|
Licence : https://creativecommons.org/licenses/by/4.0/
|
2014-04-06 18:31:53 +00:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "globals.h"
|
|
|
|
#include "kkll_m_process.h"
|
|
|
|
#include "kkll_m_modules.h"
|
|
|
|
#include "kkll_m_ssdt.h"
|
|
|
|
#include "kkll_m_notify.h"
|
|
|
|
#include "kkll_m_filters.h"
|
|
|
|
|
|
|
|
extern PSHORT NtBuildNumber;
|
|
|
|
|
|
|
|
DRIVER_INITIALIZE DriverEntry;
|
|
|
|
DRIVER_UNLOAD DriverUnload;
|
|
|
|
|
|
|
|
DRIVER_DISPATCH UnSupported;
|
|
|
|
__drv_dispatchType(IRP_MJ_DEVICE_CONTROL) DRIVER_DISPATCH MimiDispatchDeviceControl;
|
|
|
|
|
|
|
|
KIWI_OS_INDEX getWindowsIndex();
|