Skip to content

A library to make use of native windows DLLs like Version.dll

License

Notifications You must be signed in to change notification settings

golang-devops/windll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windll

A library to make use of native windows DLLs like Version.dll

Features

  • VersionDLL.ExtractProductVersion

Quick Start

Install:

go get -u $GOPATH/src/github.com/golang-devops/windll

Usage:

version, err := VersionDLL.ExtractProductVersion("/path/to/exe")
if err != nil {
    log.Fatal(err)
}
fmt.Printf("Version is '%s'", version)

About

A library to make use of native windows DLLs like Version.dll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages