• Stars
    star
    259
  • Rank 156,975 (Top 4 %)
  • Language
    C#
  • License
    GNU Affero Genera...
  • Created almost 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cross-platform solution for music de-obfuscation

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 v3, 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