Skip to content

Commit

Permalink
add support for color hook in logonui in new insider
Browse files Browse the repository at this point in the history
  • Loading branch information
namazso committed Jul 27, 2020
1 parent b88b735 commit 5434115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecureUxTheme/avrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5434115

Please sign in to comment.