x64 文件夹中的 ILDASM

发布于 2025-01-06 12:21:16 字数 234 浏览 0 评论 0原文

我一直在以下位置使用 ildasm.exe (查看 .NET 程序集):

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

但是,子文件夹中还有另一个 ildasm.exe:

C :\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64

这两个exe有什么区别吗?

I have been using ildasm.exe (to view .NET assemblies) from the location:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

But, there is another ildasm.exe in a subfolder:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64

Is there any difference between the two exe's?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮光之海 2025-01-13 12:21:16

x64 目录中的版本被编译为 64 位应用程序。如果反汇编非常大的 IL 文件,这在理论上可能很有用,但实际上很难达到虚拟内存限制。功能上没有区别。

The version in the x64 directory is compiled as 64-bit application. This may be useful in theory if disassembling a very large IL file, but in practice the virtual memory limits are hard to reach. There's no difference in functionality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文