ProjectSerotonin / Project-Serotonin

7 stars 0 forks source link

Standalone firmware decryption tool #1

Closed EIREXE closed 3 years ago

EIREXE commented 3 years ago

A command-line tool, preferably also as a rust library that allows the firmware to be decrypted.

EIREXE commented 3 years ago

VLFX is the tool to do the job: https://github.com/ProjectSerotonin/vlfx

The tool ended up needing the Win32 API because it uses windows's proprietary salting algorithm.