#include "stdafx.h"
#include <bzsddk/bzsddk.h>
#include "../kdvm/kdvm.h"
#include "../kdvm/kdxxx.h"
#include "moduleapi.h"
Go to the source code of this file.
Classes | |
class | FunctionPatch |
Simplifies inserting JMP commands in the beginning of functions. More... | |
class | FunctionPatch::FunctionPatch::MemoryLocker |
Allows retreiving read/write access to read-only kernel memory. More... | |
class | KDPatchDevice |
Device object for the KDPATCH driver. More... | |
class | KDPatchDriver |
Driver object for KDPATCH driver. More... | |
Defines | |
#define | KDPATCH_TEST_SEND_RAW_MSGS |
Functions | |
DDK::Driver *_stdcall | CreateMainDriverInstance () |
Creates an instance of the driver object. Called by BazisLib framework. |
Definition in file kdpatch.cpp.
#define KDPATCH_TEST_SEND_RAW_MSGS |
Definition at line 180 of file kdpatch.cpp.
DDK::Driver* _stdcall CreateMainDriverInstance | ( | ) |
Creates an instance of the driver object. Called by BazisLib framework.
Definition at line 288 of file kdpatch.cpp.