A simple sign server for Linux QQ use Rust Lang.
Go to file
2025-10-15 19:15:40 +08:00
src 1.0.0 2025-10-15 19:15:40 +08:00
.gitignore 1.0.0 2025-10-15 19:15:40 +08:00
build.rs 1.0.0 2025-10-15 19:15:40 +08:00
Cargo.lock 1.0.0 2025-10-15 19:15:40 +08:00
Cargo.toml 1.0.0 2025-10-15 19:15:40 +08:00
LICENSE 1.0.0 2025-10-15 19:15:40 +08:00
README.md 1.0.0 2025-10-15 19:15:40 +08:00
symbols.c 1.0.0 2025-10-15 19:15:40 +08:00

Linux QQ SignServer

This project can only be used on Linux.

How to use?

First, go to the official website to download QQ.

I recommend downloading the Linux x64 3.2.19-39038 version. If you need to download other versions, you will need to modify the src/main.rs file.

Then unzip or install QQ.

And then:

gcc -std=c99 -shared -fPIC -o libsymbols.so symbols.c
cargo build --release

Place the libsymbols.so and target/release/sign files into the folder that contains the wrapper.node file.

Switch the directory to the folder containing wrapper.node, and then run ./sign.

The server will listen on 127.0.0.1:8080. If you want to listen on other endpoints, please go to modify the src/main.rs file.

Enjoy!