简体   繁体   English

.NET命令行实用程序dumpbin.exe和coreflag.exe

[英].NET Command line utilities, dumpbin.exe and coreflag.exe

What exactly is the use of DUMPBIN.exe as well as COREFLAG.exe?? DUMPBIN.exe和COREFLAG.exe的用途到底是什么? and when to use it?? 以及何时使用它?

Did you mean corflag (no e)? 你是说corflag(否)吗? If so it's a utility used to change certain header properties of .Net executables. 如果是这样,它是一个实用程序,用于更改.Net可执行文件的某些标头属性。 Most commonly it's used to change the processor architecture of a .Net DLL. 最常见的是,它用于更改.Net DLL的处理器体系结构。 Full documentation at 完整文档位于

Less familiar with Dumpbin but the full documentation is here 不太熟悉Dumpbin,但完整文档在这里

dumpbin.exe is just a utility that dumps various aspects of an executable image or .obj file (imports, exports, information in the header, etc). dumpbin.exe只是一个实用工具,可转储可执行映像或.obj文件的各个方面(导入,导出,标头中的信息等)。

A bit of trivia - dumpbin.exe is a simple program that just invokes link.exe with the /dump option. 琐事dumpbin.exe是一个简单的程序,仅使用/dump选项调用link.exe Or maybe it's the other way around. 也许是另一回事。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到 Dumpbin.exe - Cannot find Dumpbin.exe .NET Framework / Windows SDK中有用的命令行工具(svcutil.exe,xsd.exe等) - Useful command line tools in .NET Framework/Windows SDK(svcutil.exe, xsd.exe… etc) .NET 和 .NET Core 的 dotnet.exe 命令 - dotnet.exe command for .NET and .NET Core 从Windows Service运行命令行exe - Running a command line exe from windows service 是否有CASPOL.exe GUI命令行生成器? - Is there a CASPOL.exe GUI command line generator? 正确的MSBuild.exe位置,以使用命令行构建.net 4.5应用程序 - Correct location of MSBuild.exe to build .net 4.5 application using command line 如何使用 MSBuild 和 IIExpress.exe 从命令行构建和运行 .NET 框架 MVC 项目 - How to build and run a .NET Framework MVC project from command line with MSBuild and IIExpress.exe 在运行 exe 时传递命令行参数的内容。 有多个实例以相同的 exe 名称运行 - What to pass command line argument in running exe. having multiple instance running with same exe name pdfprint.exe命令行工具打印命令 - print order with pdfprint.exe command line tool Sql Package Exe可以在命令行中运行部署后脚本吗? - Can Sql Package Exe Run Post Deployment Script In Command Line?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM