繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> 评论及其它 >> A tool to generate an NT KMD framework in C- QUICKSYS

A tool to generate an NT KMD framework in C- QUICKSYS

2006-05-07 09:27:18  作者:iiprogram  来源:互联网  浏览次数:4  文字大小:【】【】【
简介: Download source and executable files - 131 Kb Introduction QuickSYS is a quick tool to generate a driver framework like Numega QuickVXD, and is for Windows NT/2K/XP/2K3/LH. It is curr...

Download source and executable files - 131 Kb

Introduction

QuickSYS is a quick tool to generate a driver framework like Numega QuickVXD, and is for Windows NT/2K/XP/2K3/LH. It is currently at version 0.3.0.

Using the code

It is simple to use. With just one mouse click, it will create a Visual C++ project. This project will give you a .sys kernel mode driver. You can compile and link your driver in the IDE of both VC6 and VS2005. If you have SoftICE, it can generate a .nms file.

Before you can compile your driver, you must have the Microsoft DDK or IFS installed first.

After you have installed DDK, add an environment variable to your system. Right click "My Computer"->"Properties"->"Advanced"->"Environment Variables". Click "New" under "System variables". Type "BASEDIR" in "Variable name". Type the root directory of your DDK in "Variable value", e.g., C:\WINDDK\3790.

If you want to create a 64 bit driver, you need to add the x64 platform and change the lib directory. It's at "Configuration Properties"->"Linker"->"General"->"Additional Library Directories". Typically, it should be $(BASEDIR)\lib\wnet\amd64 for AMD64 or EM64T. Only VS2005 can compile and link a 64 bit driver.

Source code is included. It is free!

Chunhua Liu

Click here to view Chunhua Liu's online profile.

责任编辑:admin
相关文章