a7745ad931a412cccdbfe3ffed1fd9f0cc4521e8
LibreDrive::matches now requires ctx.kind == DiscKind::Unknown (the drive-prep dispatch) in addition to a bundled-profile hit. This keeps the firmware unlock from firing during the later content-keyed (Aacs/Css) dispatch on a profiled drive — the registry is walked at one spot per phase and matches() is the only filter.
freemkv-unlock
Unlocker plugins for libfreemkv.
libfreemkv ships only the pluggable Unlocker trait + registry and stays
firmware-clean — it contains no concrete unlock code. Each crate in this
workspace implements one unlocker and is registered into libfreemkv by a single
line in the consuming binary:
libfreemkv::register_unlocker(Box::new(my_unlocker::MyUnlocker::new()));
Removing an unlocker is deleting that one line and the dependency (delete-to-comply).
Members
Each member is a self-contained unlocker plugin — see its own README for details.
License: AGPL-3.0-only.
Languages
Rust
100%