Skip to content

Instantly share code, notes, and snippets.

View deprale's full-sized avatar
🎯
Focusing

vmexit deprale

🎯
Focusing
  • definitely not home
  • 18:18 (UTC)
View GitHub Profile
@Xyrem
Xyrem / NvidiaGPUSpoofer.c
Last active August 24, 2025 05:22
Nvidia GPU UUID randomizer
DriverInformation_t NVBase;
uint32_t UuidValidOffset = 0;
// Get nvlddmkm.sys information.
if (!Utils::GetDriverInformation(H("nvlddmkm.sys"), NVBase))
{
DBG("Could not find nvlddmkm.sys\n");
return 0;
}