From 5434115656c833dbdf26f3910e5dc28d1d865b94 Mon Sep 17 00:00:00 2001 From: namazso <8676443+namazso@users.noreply.github.com> Date: Mon, 27 Jul 2020 20:39:44 +0200 Subject: [PATCH] add support for color hook in logonui in new insider --- SecureUxTheme/avrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureUxTheme/avrf.cpp b/SecureUxTheme/avrf.cpp index 2b0c612..6291695 100644 --- a/SecureUxTheme/avrf.cpp +++ b/SecureUxTheme/avrf.cpp @@ -191,7 +191,7 @@ static hook_target_image s_target_images[] = { RTL_CONSTANT_STRING(L"themeservice"), 0b011 }, { RTL_CONSTANT_STRING(L"uxinit"), 0b011 }, { RTL_CONSTANT_STRING(L"uxtheme"), 0b011 }, - { RTL_CONSTANT_STRING(L"logoncontroller"), 0b100 }, + { RTL_CONSTANT_STRING(L"logoncontroller"), 0b110 }, }; void* get_original_from_hook_address(void* hook_address)