Giter VIP home page Giter VIP logo

peanalyzer's Introduction

PE Analyzer

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 2013 or later, C++11 support allow, and ATL header has included.
Recommend Visual Studio 2013 Community , or Visual Studio 2015 Community

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

The features of this program that uses the Direct2D, you need to run on Windows 7 SP1 or later

Usage

Click 'Find' button,select file, Or Drag File to Edit Control

License

This tool use MIT License

Copyright © 2017 Force Charlie, All Rights Reserved.

peanalyzer's People

Contributors

fcharlie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.