Skip to content

Instantly share code, notes, and snippets.

View deprale's full-sized avatar
🎯
Focusing

vmexit deprale

🎯
Focusing
  • definitely not home
  • 03:21 (UTC +01:00)
View GitHub Profile
@Xyrem
Xyrem / NvidiaGPUSpoofer.c
Last active May 3, 2025 18:46
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;
}