BlackBone
Windows memory hacking library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
BlackBoneDrv.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef _M_IX86
4 #error "x86 systems are not supported"
5 #endif
6 
7 #include <ntifs.h>
8 
9 #include "BlackBoneDef.h"
10 #include "Routines.h"
11 #include "Remap.h"
12 
13 #define DEVICE_NAME L"\\Device\\" ## BLACKBONE_DEVICE_NAME
14 #define DOS_DEVICE_NAME L"\\DosDevices\\" ## BLACKBONE_DEVICE_NAME
15 
22 NTSTATUS BBDispatch( IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp );
NTSTATUS BBDispatch(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
CTL dispatcher
Definition: Dispatch.c:15
typedef NTSTATUS(NTAPI *fnNtCreateThreadEx)(OUT PHANDLE hThread