really makes me think
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user