This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |