代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.c
/****************************************************************************/
/* */
/* DRIVER.C - This file contains the c
driver.h
///////////////////////////////////////////////////
// Driver.h文件
#ifndef __DRIVER_H__
#define __DRIVER_H__
#include // 为了使用SCM函数
class CDriver
{
public:
// 构造函数和析构函数
// 构
driver.h
///////////////////////////////////////////////////
// FilterDriver文件
#ifndef __DRIVER_H__
#define __DRIVER_H__
#include
class CDriver
{
public:
// 构造函数和析构函数
// 构造函数,pszDr
driver.c
/*
* ExcpHook Global ring0 Exception Monitor (KiDispatchException Hooking Driver)
* code by gynvael.coldwind//vx
* mailto: gynvael@coldwind.pl
* www : http://gynvael.vexillium.org
*
* L
driver.rc
// Resource script for FILTER driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
driver.h
// Declarations for filter driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#define DRIVERNAME "FILTER" // for use in messages
/////
driver.h
// Declarations for powtrace driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "POWTRACE" // for use in messages
#define LDRIVERNAME
driver.rc
// Resource script for powtrace driver
// Generated by Walt Oney's driver wizard
#include
#include "version.h"
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// TODO Customize the follo
driver.h
// Declarations for pktdma driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#define DRIVERNAME "PKTDMA" // for use
driver.rc
// Resource script for pktdma driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0