Skip to content

davidxuang/MusicDecrypto

Repository files navigation

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