Giter Club home page Giter Club logo

deltics.peversioninfo's Introduction

Deltics.PeVersionInfo

This library builds on Deltics.PeImageInfo and [Deltics.PeResourceInfo'](https://github.com/deltics/Deltics.PeResourceInfo), to provide information extracted from the VERSIONINFO` resource in a PE image.

Usage

The VersionInfo constructor accepts a stream which is passed to an internal ResourceInfo object. If version information is located in the PE image stream, then this is extracted and presented in various public properties of the VersionInfo object. If there is no such information then these properties are null.

   var vi = new VersionInfo(new FileStream("somefile.exe", FileMode.Open))

Available Version Info Properties

The following public properties provide access to the Version information in a PE image, where present:

  • FileVersionNumber
  • ProduceVersionNumber
  • Strings
  • Translations
  • ActiveTranslation

FileVersionNumber / ProductVersionNumber

FileVersionNumber and ProductVersionNumber present the fixed version info numbers for file and product, each of the form `<major>.<minor>.<build>.<private>'.

Major, Minor, Build, and Private fields in these version numbers are all 16-bit unsigned ints.

Strings

The Strings property contains all string values contained in the version information for the ActiveTranslation.

In addition to the Strings collection, properties are also provided as short-cuts to the standard string values normally held in a VERSIONINFO resource:

  • Comments
  • CompanyName
  • FileDescription
  • FileVersion
  • InternalName
  • LegalCopyright
  • LegalTrademarks
  • OriginalFilename
  • PrivateBuild
  • ProductName
  • ProductVersion
  • SpecialBuild

Note that FileVersion and ProductVersion values here are strings, held separately from the FileVersionNumber and ProductVersionNumber values and may contain additional information (such as a version number compliant with the Semantic Version scheme).

ActiveTranslation / Translations

The Translations property contains all translations for the version information in the PE image. A Translation identifies a Language Code for each translation, from which a Language Id, SubLangauge and Codepage may be determined.

deltics.peversioninfo's People

Contributors

deltics 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.