https://github.com/gus33000/windowsbuildidentifier
Tooling aiming to Identify Windows Installer images (ISOs, VHDs, VHDXs...)
https://github.com/gus33000/windowsbuildidentifier
Last synced: about 1 month ago
JSON representation
Tooling aiming to Identify Windows Installer images (ISOs, VHDs, VHDXs...)
- Host: GitHub
- URL: https://github.com/gus33000/windowsbuildidentifier
- Owner: gus33000
- License: mit
- Created: 2020-02-06T21:31:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T23:20:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T05:22:07.268Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 2.39 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Windows Build Identifier

This tool aims to identify windows builds properly from various types of distribution medium.
## License
This tool is released under the MIT license. For more information see:
```LICENSE.md```---
This tool uses code from https://github.com/adoconnection/SevenZipExtractor
See LICENSE under:
```Windows Build identifier\SevenZipExtractor\LICENSE```
for more information about licensing.---
This tool uses code from https://github.com/DiscUtils/DiscUtils
See LICENSE under:
```DiscUtilsLibrary\LICENSE.txt```
for more information about licensing.