Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgurney/expiration
Small command-line utility to retrieve the Windows build expiration date
https://github.com/dgurney/expiration
Last synced: 2 months ago
JSON representation
Small command-line utility to retrieve the Windows build expiration date
- Host: GitHub
- URL: https://github.com/dgurney/expiration
- Owner: dgurney
- License: mit
- Created: 2023-10-12T21:43:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T19:45:49.000Z (8 months ago)
- Last Synced: 2024-06-07T21:01:17.226Z (8 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expiration
Small command-line utility to retrieve the running Windows build's expiration date. It works by retrieving the SystemExpirationDate value from [KUSER_SHARED_DATA](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntddk/ns-ntddk-kuser_shared_data).![image](https://github.com/dgurney/expiration/assets/12816807/f465f804-beb4-4545-8f7d-0f787e86198b)
## Compatibility
It has been tested to work on Windows 10/11, and Windows 7 (with latest updates).## Thanks
https://github.com/dhrdlicka/timebomb gave me the needed memory address on a silver platter, saving a bit of time from needing to find it in the `winver.exe` disassembly.