kgg-dec/README.MD

23 lines
447 B
Plaintext
Raw Normal View History

2024-10-17 00:50:14 +00:00
# kgg-dec
Kugou `kgg` decryption tool.
## Build
Build in Windows with CMake + Visual Studio 2022
```cmd
cmake --preset vs -DCMAKE_BUILD_TYPE=Release
cmake --build --preset vs-release --config Release
copy /y README.MD .\\build\\vs2022\\
```
## Usage
1. Copy `infra.dll` from KuGou installation directory to where `kgg-dec.exe` is located.
2. Invoke exe with path to the directory containing kgg file.
```shell
kgg-dec.exe .
```