KGG 解密工具。注意此处为只读镜像,更改会被自动推送覆盖。
https://git.unlock-music.dev/um/kgg-dec/releases/latest
.idea | ||
src | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CMakePresets.json | ||
Jenkinsfile | ||
LICENSE | ||
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
(Optional): Specify the path toinfra.dll
. Defaults toinfra.dll
.--scan-all-file-ext
(Optional,0
or1
): Whether to scan all file extensions. Defaults to0
to scan onlykgg
files.--db
: Specify the path toKGMusicV3.db
, defaults to%AppData%/Kugou8/KGMusicV3.db
.--suffix
: Specify the suffix of the output file, defaults to_kgg-dec
.
After specifying the parameters, you can specify any number of files or directories.