代码之家  ›  专栏  ›  技术社区  ›  Scott Langham

在哪里可以下载peverify.exe工具?

  •  10
  • Scott Langham  · 技术社区  · 16 年前

    我遇到了一个无效的程序异常。本文:

    http://support.microsoft.com/kb/312544/en-us

    建议我运行peverify.exe,但似乎找不到它。你知道我从哪里能买到它吗?

    谢谢。

    4 回复  |  直到 15 年前
        1
  •  15
  •   Oliver    16 年前

    如果安装了Visual Studio。只需打开Visual Studio 2008命令提示(开始菜单-程序-Visual Studio-Visual Studio工具-命令提示),然后输入peverify.exe

    您电脑上的路径应该是: C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\PEVerify.exe

        2
  •  3
  •   blowdart    16 年前

    它是.NET Framework SDK的一部分。

    SDK for 1.1 (x86)

    SDK for 2.0 (x86)

    SDK for 3.0 (国际标准化组织)

    SDK for 3.5 (ISO)

        3
  •  0
  •   BarrettJ    16 年前

    C:\程序文件\Microsoft SDK\Windows\V6.0A\bin

        4
  •  0
  •   Peter Mortensen Pieter Jan Bonestroo    15 年前

    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命令提示。

    推荐文章