mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-20 16:37:53 +00:00
Compare commits
5 Commits
v2.0.2
...
2237d81dba
Author | SHA1 | Date | |
---|---|---|---|
2237d81dba | |||
6f78a9e295 | |||
e31a7a02b5 | |||
2dd0524050 | |||
cf90133c25 |
@ -22,6 +22,7 @@ std::map<std::string, uint64_t> addrMap = {
|
||||
{"3.1.2-13107", 0x33C3920},
|
||||
{"3.2.7-23361", 0x4C93C57},
|
||||
{"3.2.9-24815", 0x4E5D3B7},
|
||||
{"3.2.10-25765", 0x4F176D6},
|
||||
// Macos
|
||||
{"6.9.19-16183", 0x1B29469},
|
||||
// Windows
|
||||
@ -33,7 +34,11 @@ std::map<std::string, uint64_t> addrMap = {
|
||||
{"9.9.11-24568", 0xAA1A20},
|
||||
{"9.9.11-24815", 0xAB5510},
|
||||
{"9.9.12-25234", 0xA84980},
|
||||
{"9.9.12-25300", 0xA84980}};
|
||||
{"9.9.12-25300", 0xA84980},
|
||||
{"9.9.12-25493", 0xA996E0},
|
||||
{"9.9.12-25765", 0xA9CE90},
|
||||
{"9.9.12-26299", 0xA9E5B0},
|
||||
{"9.9.12-26466", 0xA9E5B0}};
|
||||
#elif defined(_X86_ARCH_)
|
||||
std::map<std::string, uint64_t> addrMap = {
|
||||
{"9.9.2-15962", 0x2BD70},
|
||||
|
Reference in New Issue
Block a user