Git Product home page Git Product logo

qmctrans's Introduction

QMCTrans

QQ音乐解码程序, 针对加密的qmcflac,qmc0,qmc3,mflac,mflac0文件进行解密,用C#重写了。带GUI界面。现添加对mflac和mflac0的实验性支持, 仅供交流学习使用。

参考: https://github.com/MegrezZhu/qmcdump

2021/12/26 Update:

添加对mflac0文件的支持,修复小bug。

参考:https://github.com/ix64/unlock-music/wiki 对mflac文件的说明。

下面给出几点对Key,也就是掩码的说明:

  • Key的真实有效位数只有里面44个Byte
  • Key有周期性,周期为128Byte
  • Key有对称性,满足对称关系:Key[i] = Key[128-i] i>=1

文件尾部是一个结构体,包含有Key的信息,但是现在无法解密。 结构体如下:

struct KeyINFO{
    string Base64EncryptedKeyInfo;
    Uint32 sizeofBase64EncryptedKeyInfo;
}

qmctrans's People

Contributors

lezi9916 avatar ras0n 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.