/EoScoreDecryptor

Tool to decrypt and reencrypt Touhou 6 score files

Primary LanguageC++

EoScoreDecryptor

This is a tool to decrypt and reencrypt Touhou 6 score files

Instalation

Just grab the release in the releases and run it on the command prompt

Usage

Decrypting

EoScoreDecryptor.exe [input file] [output file] decrypt

Encrypting

EoScoreDecryptor.exe [input file] [output file] encrypt

Input as in score.dat (for exemple) and the output as whatever you want.

Building

The source code is in C++, works with any compiler with the C++17 norm.

License

MIT