Chinaunix首页 | 论坛 | 博客
  • 博客访问: 65834
  • 博文数量: 42
  • 博客积分: 1730
  • 博客等级: 上尉
  • 技术积分: 430
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-02 13:06
文章分类

全部博文(42)

文章存档

2011年(1)

2009年(41)

我的朋友

分类: C/C++

2009-09-22 14:34:56

To run PREfast for Drivers, use the following procedure.

1. Open a WDK build environment window.

To open a build environment window, use the follow menu path:

Start | All Programs | Windows Driver Kits | WDK_Version | Build Enviroment | Operating System | Build Environment.

2. Navigate to the driver's sources directory.

This is the directory that contains the sources file for the driver. If you do not have a driver to test, consider running PREfast for Drivers on one of the sample code files packaged with the tool. To run PREfast for Drivers on its sample files, navigate to the \tools\pfd\samples subdirectory of the WDK.

Eg>cd D:\WinDDK\7600.16385.0\tools\pfd\samples\fail_drivers\ fail_driver1

3. Start PREfast for Drivers. To start PREfast for Drivers, at the command prompt, type prefast followed your standard build command. For example:

prefast build –cZ

但是在我机器上有错误:

D:\WinDDK\7600.16385.0\tools\pfd\samples\fail_drivers\fail_driver1>prefast build -cZ

输入错误: 没有文件扩展“.js”的脚本引擎。

 

解决方法:

修改注册表就可以了

运行-regedit

进入.js目录下,双击第一个文件,并将数值数据修改为JSFile

阅读(526) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~