KGG 解密工具。注意此处为只读镜像,更改会被自动推送覆盖。 https://git.unlock-music.dev/um/kgg-dec/releases/latest
Go to file
2024-11-26 06:26:33 +09:00
.idea update .idea ignore rule 2024-10-18 08:50:00 +09:00
src refactor: refactor cli parser, print license on startup 2024-11-26 06:17:20 +09:00
.clang-format inital commit 2024-10-17 09:50:14 +09:00
.editorconfig inital commit 2024-10-17 09:50:14 +09:00
.gitignore inital commit 2024-10-17 09:50:14 +09:00
CMakeLists.txt refactor: refactor cli parser, print license on startup 2024-11-26 06:17:20 +09:00
CMakePresets.json inital commit 2024-10-17 09:50:14 +09:00
Jenkinsfile ci: include license file 2024-11-26 06:22:45 +09:00
LICENSE docs: add license 2024-11-26 06:17:03 +09:00
README.MD docs: update readme 2024-11-26 06:26:33 +09:00
Usage.zh.txt docs: update readme 2024-11-26 06:26:33 +09:00

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

  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.

    kgg-dec.exe .
    

CLI Options

  • --infra-dll (Optional): Specify the path to infra.dll. Defaults to infra.dll.
  • --scan-all-file-ext (Optional, 0 or 1): Whether to scan all file extensions. Defaults to 0 to scan only kgg files.
  • --db: Specify the path to KGMusicV3.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.