多くの .exe ファイルの最後にこのテキストを見てきました。.exe ファイルが書かれた言語を教えてもらえますか? Microsoft の参照により、.NET 言語である可能性があると思います。
<!-- Copyright (c) Microsoft Corporation -->
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Authors:
GaryY
Module name:
wextract.manifest
Abstract:
Manifest to support IExpress WExtract.exe.
-->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="x86"
name="wextract"
type="win32"
/>
<description>IExpress extraction tool</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="x86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
この部分を除いて、ファイルの残りの部分はナンセンスです。ファイルをメモ帳++で開きました。