really makes me think

This commit is contained in:
zeffy
2017-10-06 01:00:22 -07:00
parent f3ae53897c
commit edc0e8d2a7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -33,7 +33,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
break; break;
case DLL_PROCESS_VERIFIER: case DLL_PROCESS_VERIFIER:
if ( verify_win7() || verify_win81 ) { if ( verify_win7() || verify_win81() ) {
UNICODE_STRING ImagePath; UNICODE_STRING ImagePath;
RtlInitUnicodeString(&ImagePath, NULL); RtlInitUnicodeString(&ImagePath, NULL);