Skip to content

fcharlie/PEAnalyzer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

PE ❤ Analyzer

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.

PE Analyzer

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.