a79dd55b3fd53e05da1535fd0ede2e2c3cd708ee
libfreemkv's Unlocker trait now hands matches()/unlock()/set_max_read_speed() an UnlockCtx instead of a bare DriveId. The firmware unlocker keys off ctx.drive_id (disc kind is irrelevant to it).
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%