This project implements music de-obfuscation on .NET, and accelerates the process with SIMD. The CLI program also uses Native AOT feature.
The core library is distributed under GNU LGPL v2.1, while the CLI and GUI applications are both distributed under GNU AGPL v3.
You may refer to the full list. Please notice that support for .mgg
and .mflac
series are partial.
Drag and drop files and/or directories on the CLI program or run:
musicdecrypto [options] [<input>...]
-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.