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

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

Awesome Lists containing this project

README

        

# Windows Build Identifier

![Example of the tool running on a Windows 7 Beta ISO image](assets/readme_main.png)

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.