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
- Host: GitHub
- URL: https://github.com/fcharlie/peanalyzer
- Owner: fcharlie
- License: mit
- Created: 2015-11-29T03:37:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T04:13:40.000Z (over 4 years ago)
- Last Synced: 2025-03-20T22:03:50.183Z (3 months ago)
- Language: C++
- Size: 523 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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.
## 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=ReleaseWin64:
>msbuild PEAnalyzer.sln /t:Build /p:Configuration=Release /p:Platform=x64Windows 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.