mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
Update sign.cpp
This commit is contained in:
parent
fe0a01f45e
commit
a5412fc169
@ -46,8 +46,9 @@ std::map<std::string, uint64_t> addrMap = {
|
|||||||
{"9.9.2-16183", 0x2BD70}};
|
{"9.9.2-16183", 0x2BD70}};
|
||||||
#elif defined(_ARM64_ARCH_)
|
#elif defined(_ARM64_ARCH_)
|
||||||
std::map<std::string, uint64_t> addrMap = {
|
std::map<std::string, uint64_t> addrMap = {
|
||||||
{"3.2.7-23361", 0x351EC98}
|
{"3.2.7-23361", 0x351EC98},
|
||||||
{"6.9.20-17153", 0x1c73dd0}};
|
{"6.9.20-17153", 0x1c73dd0},
|
||||||
|
{"6.9.56-28418", 0x23510E8}};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int SignOffsets = 767; // 562 before 3.1.2-13107, 767 in others
|
int SignOffsets = 767; // 562 before 3.1.2-13107, 767 in others
|
||||||
|
Loading…
x
Reference in New Issue
Block a user