Update sign.cpp

This commit is contained in:
手瓜一十雪 2024-05-11 15:23:46 +08:00 committed by GitHub
parent 137ec4fd17
commit 871651c579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ std::map<std::string, uint64_t> addrMap = {
{"6.9.20-17153", 0x1c73dd0}}; {"6.9.20-17153", 0x1c73dd0}};
#endif #endif
#elif defined(_LINUX_PLATFORM_) #elif defined(_LINUX_PLATFORM_)
#define CURRENT_VERSION "3.2.7-23361" #define CURRENT_VERSION "3.1.2-13107"
#if defined(_X64_ARCH_) #if defined(_X64_ARCH_)
std::map<std::string, uint64_t> addrMap = { std::map<std::string, uint64_t> addrMap = {
{"3.1.2-12912", 0x33C38E0}, {"3.1.2-12912", 0x33C38E0},