davidxuang / MusicDecrypto

Cross-platform solution for music de-obfuscation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicDecrypto

Build NuGet GitHub release GitHub license

This project implements music de-obfuscation on .NET, and accelerates the process with SIMD. The CLI program also uses Native AOT feature.

Licensing

The core library is distributed under GNU LGPL v2.1, while the CLI and GUI applications are both distributed under GNU AGPL v3.

Supported formats

You may refer to the full list. Please notice that support for .mgg and .mflac series are partial.

CLI usage

Drag and drop files and/or directories on the CLI program or run:

musicdecrypto [options] [<input>...]

Options

-f, --force-overwrite    Overwrite existing files.
-r, --recursive          Search files recursively.
-x, --extensive          Extend range of extensions to be detected.
-o, --output <output>    Output directory.

References

About

Cross-platform solution for music de-obfuscation

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%