A "simple" RSA key swapper for PSO2 (tested only on NA). This project is based on cyberkitsune's "PSO2KeyTools".
If you are looking for an injector for the NGS version of the game, you can find it here.
You will need to install rust compiler.
From Windows:
cargo build
From Linux (only for rsa replacer):
rustup target add x86_64-pc-windows-gnu # run if the windows toolchain is not installed
cargo build --target x86_64-pc-windows-gnu
- Generate a key pair.
- (If the server doesn't support auto key negotiation) Copy your
publickey.blob
topso2_bin
. - (Optional) Copy
config.toml
topso2_bin
and edit it. - Copy
rsa_inject.dll
andeos_gaming.dll
topso2_bin
- Launch the game.
- Code is generally lacking in comments.