|
1
15
如果安装了Visual Studio。只需打开Visual Studio 2008命令提示(开始菜单-程序-Visual Studio-Visual Studio工具-命令提示),然后输入peverify.exe
您电脑上的路径应该是:
|
|
|
2
3
它是.NET Framework SDK的一部分。 SDK for 1.1 (x86) SDK for 2.0 (x86) SDK for 3.0 (国际标准化组织) SDK for 3.5 (ISO) |
|
|
3
0
C:\程序文件\Microsoft SDK\Windows\V6.0A\bin |
|
4
0
PEVerify.exe Tool 是其中的一部分 .NET Framework Tools . 您可以在此处下载2.0 SDK(354 MB): http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec 或者像奥利弗说的那样-转到您的Visual Studio命令提示。 |