# PEAnalyzer **Repository Path**: ipvb/PEAnalyzer ## Basic Information - **Project Name**: PEAnalyzer - **Description**: PE Analyzer utility tool - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2015-11-29 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: devtools **Tags**: None ## README # PE ❤ Analyzer **Deprecated, Please use [BelaUtils: Caelum](https://github.com/fcharlie/BelaUtils/tree/master/tools/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. ![PE Analyzer](./docs/images/view.png) ## Build 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 ## Usage Click 'Find' button,select file, Or Drag File to Edit Control ## License This tool use MIT License Copyright © 2019 Force Charlie, All Rights Reserved.