An open API service indexing awesome lists of open source software.

https://github.com/fcharlie/peanalyzer

PE Analyzer utility tool
https://github.com/fcharlie/peanalyzer

Last synced: 3 months ago
JSON representation

PE Analyzer utility tool

Awesome Lists containing this project

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.