Skip to content

Cross-platform solution for music de-obfuscation

License

Notifications You must be signed in to change notification settings

xushier/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 experimental 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

About

Cross-platform solution for music de-obfuscation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%