KGG 解密工具。注意此处为只读镜像,更改会被自动推送覆盖。
https://git.unlock-music.dev/um/kgg-dec/releases/latest
.idea | ||
src | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CMakePresets.json | ||
Jenkinsfile | ||
README.MD | ||
Usage.zh.txt |
kgg-dec
Kugou kgg
decryption tool.
Build
Build in Windows with CMake + Visual Studio 2022
cmake --preset vs -DCMAKE_BUILD_TYPE=Release
cmake --build --preset vs-release --config Release
copy /y README.MD .\\build\\vs2022\\
Usage
-
Copy
infra.dll
from KuGou installation directory to wherekgg-dec.exe
is located. -
Invoke exe with path to the directory containing kgg file.
kgg-dec.exe .
CLI Options
[--infra-dll </path/to/infra.dll>]
: Specify the path toinfra.dll
, defaults toinfra.dll
.[--scan-all-file-ext <0|1>]
: Whether to scan all file extensions, defaults to0
to scan onlykgg
files.[--db </path/to/KGMusicV3.db>]
: Specify the path toKGMusicV3.db
, defaults to%AppData%/Kugou8/KGMusicV3.db
.
After specifying the parameters, you can specify any number of files or directories.