Deprecated, Please use BelaUtils: Caelum
On Windows, Executable (image) files are structured according to the Portable Executable (PE) format.
However, People usually do not know what operating system to run on the PE file directly,
PE Analyzer is a simple utility tool , this parse PE file information,Look Signature,Machine, Subsystem, Characteristics, Link Version, and OS Version. Entry Point.
Must Visual Studio 2017 or later, C++17 support allow, and ATL header has included.
Click PEAnalyzer.sln ,select menu Build -> Build Solution
Use MSbuild build Release win32:
msbuild PEAnalyzer.sln /t:Build /p:Configuration=Release
Win64:
msbuild PEAnalyzer.sln /t:Build /p:Configuration=Release /p:Platform=x64
Windows 10 or Later
Click 'Find' button,select file, Or Drag File to Edit Control
This tool use MIT License
Copyright © 2019 Force Charlie, All Rights Reserved.