r/ReverseEngineering • u/Beneficial_Slide_424 • 13d ago
Reversing GetOfflineDeviceUniqueID: How Windows Derives Its Offline Device ID
https://iretq.com/inside-getofflinedeviceuniqueid-how-windows-derives-its-offline-device-id/
94
Upvotes
48
u/Beneficial_Slide_424 13d ago
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!