Simple proxy for capturing PSO2 packets. Tested on global, but might work for JP.
- Compile.
cargo build
- Transform Sega's key to PEM format:
openssl rsa -pubin -inform MS\ PUBLICKEYBLOB -in SEGAKey1.blob -outform PEM -out server_pubkey.pem
- Run proxy once to generate private key or supply your own as
client_privkey.pem
. - (Optional) Transform your private key to injector's compatible format.
# if using my rsa injector
openssl rsa -in client_privkey.pem -outform MS\ PUBLICKEYBLOB -pubout -out publicKey.blob
- Run.
Moved here.