Skip to content

Commit

Permalink
Taskbar10: Revised the pattern for patching the new IME context menu …
Browse files Browse the repository at this point in the history
…so that it works on 25951 ^2
  • Loading branch information
Amrsatrio committed Dec 22, 2023
1 parent 702b2a7 commit 9b68cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExplorerPatcher/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ inline BOOL WINAPI PatchContextMenuOfNewMicrosoftIME(BOOL* bFound)
if (!VirtualProtect(match + 4, 1, PAGE_EXECUTE_READWRITE, &dwOldProtect))
return FALSE;

match[6] = 0xEB;
match[4] = 0xEB;

VirtualProtect(match + 4, 1, dwOldProtect, &dwOldProtect);

Expand Down

0 comments on commit 9b68cc0

Please sign in to comment.