Skip to content

Instantly share code, notes, and snippets.

View Xyrem's full-sized avatar
🌗
To the moon

Aryan Xyrem

🌗
To the moon
View GitHub Profile
@Xyrem
Xyrem / NvidiaGPUSpoofer.c
Last active July 2, 2024 06:53
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;
}
/*
* Module Name:
* WorkingSetWatch.cpp
*
* Abstract:
* Tracks page faults that occur within the process.
*
* NOTE: This is not compatible with Wow64 and must be run as a 64-bit
* program on x64 and a 32-bit program on x86.
*