Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgurney/wpahash
Windows EulaHash calculator in Go
https://github.com/dgurney/wpahash
windows
Last synced: 1 day ago
JSON representation
Windows EulaHash calculator in Go
- Host: GitHub
- URL: https://github.com/dgurney/wpahash
- Owner: dgurney
- License: mit
- Created: 2019-07-01T19:23:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T10:55:58.000Z (almost 5 years ago)
- Last Synced: 2023-05-05T17:31:11.079Z (over 1 year ago)
- Topics: windows
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpahash
Windows EulaHash calculator in Go. Useful if you want to know the hash of a public build for whatever reason.
# Information about the hash
For those unfamiliar with confidential Windows pre-release builds, here's all the info you need:
* Looks like this: [rest of build string].*c0e1af437cb0d038*, visible on the desktop watermark as well anything using ShellAbout (such as winver) on confidential builds.
* Calculated from the default value of \WPA\478C035F-04BC-48C7-B324-2462D786DAD7-5P-9 in the registry.
* Present from ~79xx Windows 8 builds until Windows 10 1511 (yes, even in public/RTM builds).
# Credits
Based on research and code from [Lucas](http://twitter.com/thebookisclosed).