首页
社区
课程
招聘
[分享]QuickSYS 0.4 下载与简介
发表于: 2009-3-5 00:04 6646

[分享]QuickSYS 0.4 下载与简介

2009-3-5 00:04
6646
Introduction
QuickSYS is a quick tool to generate a device driver Framework for Windows NT/2K/XP/2K3/VISTA/2K8, supporting both 32 bit and 64 bit. It is currently at version 0.4.0.

Using the Code
It is simple to use. With just one mouse click, it will create a Visual C++ project. It supports VC6, VC2005, VC2008. You can edit your code, compile and link your device driver in Visual Studio IDE.

If you have SoftICE, it can generate a *.nms file.

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

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 are using WDK, type "WDKROOT" instead of "BASEDIR".

If you want to create a 64 bit driver, the easy way is check "Use VC2008 and WDK". Or you may 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 VC2005 and higher version can compile and link a 64 bit driver.

License
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

有需要的朋友下吧,支持VC2008和WDK!

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

上传的附件:
收藏
免费 0
支持
分享
最新回复 (9)
雪    币: 419
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
不错的东西,谢谢!
2009-3-5 02:29
0
雪    币: 7651
活跃值: (523)
能力值: ( LV9,RANK:610 )
在线值:
发帖
回帖
粉丝
3
不错,顶一下!
2009-3-5 06:40
0
雪    币: 209
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
英文的?
有空学习下~
2009-3-10 11:09
0
雪    币: 411
活跃值: (12)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
不错的工具。谢谢。
2009-3-10 11:17
0
雪    币: 222
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
学习~ 支持。。。
2009-3-10 13:05
0
雪    币: 20
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
变量只能在函数最前面声明?
2009-3-10 19:51
0
雪    币: 225
活跃值: (10)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
8
啊,
2009-3-10 20:07
0
雪    币: 375
活跃值: (12)
能力值: ( LV8,RANK:130 )
在线值:
发帖
回帖
粉丝
9
C语言写是这样的,C++就随便了。
2009-3-10 21:09
0
雪    币: 233
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
10
好东西,收藏了,谢谢楼主
2009-8-25 00:02
0
游客
登录 | 注册 方可回帖
返回
//