Compare commits

..

2 Commits

Author SHA1 Message Date
fe0a01f45e Update build.yml
Some checks failed
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (x64, windows-latest) (push) Has been cancelled
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (arm64, ubuntu-latest) (push) Has been cancelled
build / run on ${{ matrix.os }}(${{ matrix.arch }}) (x64, ubuntu-latest) (push) Has been cancelled
2024-09-02 23:27:18 +08:00
0fd58af2ea Update sign.cpp 2024-09-02 23:19:06 +08:00
2 changed files with 4 additions and 3 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Upload build - name: Upload build
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}.zip name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}
path: | path: |
SignerServer.dll SignerServer.dll
load.js load.js
@ -87,7 +87,7 @@ jobs:
- name: Upload build - name: Upload build
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}.zip name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}
path: | path: |
libSignerServer.so libSignerServer.so
load.js load.js

View File

@ -38,7 +38,8 @@ std::map<std::string, uint64_t> addrMap = {
{"9.9.12-25493", 0xA996E0}, {"9.9.12-25493", 0xA996E0},
{"9.9.12-25765", 0xA9CE90}, {"9.9.12-25765", 0xA9CE90},
{"9.9.12-26299", 0xA9E5B0}, {"9.9.12-26299", 0xA9E5B0},
{"9.9.12-26466", 0xA9E5B0}}; {"9.9.12-26299", 0xA9E5B0},
{"9.9.15-27597", 0xBDAE40}};
#elif defined(_X86_ARCH_) #elif defined(_X86_ARCH_)
std::map<std::string, uint64_t> addrMap = { std::map<std::string, uint64_t> addrMap = {
{"9.9.2-15962", 0x2BD70}, {"9.9.2-15962", 0x2BD70},