1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-24 23:23:44 +01:00

Symbols: Built-in support for StartUI in 22000.527

This commit is contained in:
Valentin Radu 2022-02-25 01:17:03 +02:00
parent 9815fe0817
commit 53f49fa8cd

View File

@ -909,7 +909,7 @@ BOOL LoadSymbols(symbols_addr* symbols_PTRS, HMODULE hModule)
GetWindowsDirectoryW(wszPath, MAX_PATH);
wcscat_s(wszPath, MAX_PATH, L"\\SystemApps\\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\\" TEXT(STARTUI_SB_NAME) L".dll");
ComputeFileHash(wszPath, hash, 100);
if (!_stricmp(hash, "2768cc6cc7f686b2aa084cb5c8cce65d")) // 493
if (!_stricmp(hash, "2768cc6cc7f686b2aa084cb5c8cce65d") || !_stricmp(hash, "a7c82cb9a9fd6f87897fc8a737d6b4d7")) // 493, 527
{
symbols_PTRS->startui_PTRS[0] = 0x37180;
bIsStartHardcoded = TRUE;