kdpatch/kdpatch.cpp File Reference

Contains the driver load/unload code. More...

#include "stdafx.h"
#include <bzsddk/bzsddk.h>
#include "../kdvmware/kdvmware.h"
#include "../kdvmware/kdxxx.h"
#include "moduleapi.h"

Include dependency graph for kdpatch.cpp:


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.

Detailed Description

Contains the driver load/unload code.

Author:
Ivan Shcherbakov (Bazis)
Id
kdpatch.cpp,v 1.11 2009/01/04 14:20:33 Bazis Exp

Define Documentation

#define KDPATCH_TEST_SEND_RAW_MSGS


Function Documentation

DDK::Driver* _stdcall CreateMainDriverInstance (  ) 

Creates an instance of the driver object. Called by BazisLib framework.

SourceForge.net Logo