Fortify扫描.NET项目:

首先要安装Visual Studio开发环境,再安装Fortify

编译Project

Start a "Visual Studio Command Prompt (2010)" window, change to the Project directory and run:
$ sourceanalyzer -b cs-sample -clean
$ sourceanalyzer -b cs-sample -vsversion 10.0 .
$ sourceanalyzer -b cs-sample -scan -f results.fpr

更多推荐

Fortify扫描.NET项目