forked from um/kgg-dec
23 lines
447 B
Plaintext
23 lines
447 B
Plaintext
|
# 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 .
|
||
|
```
|