Skip to content

Commit 2fa617b

Browse files
committed
增加一个新的支持
1 parent a4d6b1f commit 2fa617b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Win10WubiShiftPatch.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Global
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1616
{7C072495-C5FC-432D-B5DB-47A703C82123}.Debug|x64.ActiveCfg = Debug|x64
1717
{7C072495-C5FC-432D-B5DB-47A703C82123}.Debug|x64.Build.0 = Debug|x64
18+
{7C072495-C5FC-432D-B5DB-47A703C82123}.Debug|x64.Deploy.0 = Debug|x64
1819
{7C072495-C5FC-432D-B5DB-47A703C82123}.Debug|x86.ActiveCfg = Debug|Win32
1920
{7C072495-C5FC-432D-B5DB-47A703C82123}.Debug|x86.Build.0 = Debug|Win32
2021
{7C072495-C5FC-432D-B5DB-47A703C82123}.Release|x64.ActiveCfg = Release|x64

main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ static bool my_WriteProcessMemory(HANDLE h, uint64_t address, const uint8_t* byt
9090

9191
static std::wstring s_target_process_name = L"ChsIME.exe";
9292

93-
///< key = md5, value = address
93+
///< key = md5, value = address | certutil -hashfile FILE MD5
9494
static std::map<std::string, uint64_t> s_support_files = {
9595
{"b3448bf077665f2e1ca67094bcf2a7c5", 0x14DE1},
9696
{"de5fa392a825332ab3e348ef0316b514", 0x16A61},
97+
{"f653c99d4a0c61d4b2c64358b8213bd8", 0x15C11},
9798
};
9899
///< current file md5
99100
static std::string s_file_md5;

0 commit comments

Comments
 (0)