Giter VIP home page Giter VIP logo

libparakeet's Introduction

LibParakeet

使用 C++ 实现的小鹦鹉流媒体解密操作库。

克隆仓库后使用 CMake 进行构建即可。

构建

请参考 GitHub Actions 配置文件以及 CMake Preset 配置文件

Linux

使用 Ninja 构建。

cmake --preset ninja
cmake --build --preset "ninja-release" 

Windows (Visual Studio 2022)

  • 可选构建预设 [msvc-2022-debug, msvc-2022-release, msvc-2022-win32-debug, msvc-2022-win32-release]
cmake --preset msvc-2022
cmake --build --preset "msvc-2022-release" 

用例

参考 examples 目录下的子项目。

💡 内置的默认密钥不能用于解密生产版本的文件。

  • qmc2 - QMC2 加密格式支持
  • qrc-decode - QRC 歌词格式支持
  • qingting-fm - 「蜻蜓 FM」加密格式支持
  • migu3d - 「咪咕」的「臻 3D」加密格式支持
  • kuwo - 「酷我」加密格式支持

发布新版本

  1. 更新 CHANGELOG.md
  2. 更新 CMakeLists.txt 声明的版本号
  3. 合并到主分支,然后打上 git tag

致谢

  • Unlock Music - 万物之始。
  • 匿名用户 咦我的昵称呢 - 「蜻蜓 FM」相关算法。

License

Licensed under the MIT License.

libparakeet's People

Contributors

jixunmoe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.