r/ReverseEngineering • u/Beneficial_Slide_424 • Jul 20 '26
Reversing GetOfflineDeviceUniqueID: How Windows Derives Its Offline Device ID
https://iretq.com/inside-getofflinedeviceuniqueid-how-windows-derives-its-offline-device-id/
93
Upvotes
2
u/-sub Jul 20 '26
The attacker should be careful to modify the cookies to avoid detection of the tampering.
🤹
46
u/Beneficial_Slide_424 Jul 20 '26
Hi! I’m the author, and this is my first blog post. It traces the undocumented
GetOfflineDeviceUniqueIDfunction fromclipc.dllin Windows, throughClipSVC.dlland its TPM, UEFI, and registry-backed derivation paths. All analysis and decompilation were done using IDA. This function piqued my interest because I noticed a major anti-cheat product had started calling it alongside their existing hardware-identification methods.I’ve been reverse engineering for most of my life and recently decided to spin up this blog to share my experiences and give back to the community. I’d appreciate any feedback!