An open API service indexing awesome lists of open source software.

https://github.com/dgurney/versionlist

Simple file version lister for various types of Windows binaries
https://github.com/dgurney/versionlist

Last synced: 3 months ago
JSON representation

Simple file version lister for various types of Windows binaries

Awesome Lists containing this project

README

        

# versionlist
Simple file version lister for various types of Windows binaries in the specified or current directory. It currently reads the FileVersion from exe, dll, mui, and sys files.
## Usage
```
-d string
Directory to read. (default ".")
-n Show names in output.
-v Show version and exit.
-w Only show Windows build tags that could theoretically be full Windows builds.
```