driver dumper for manually mapped drivers mapped with kdmapper.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once |
|
#include "types.h" |
|
#include "driver_util.h" |
|
|
|
namespace hooks |
|
{ |
|
inline void* orig_device_control = NULL; |
|
NTSTATUS device_control( |
|
PDEVICE_OBJECT device_obj, |
|
PIRP irp |
|
); |
|
} |