feacfbb10bf4a197da4b53ab7846efaa181751b6
Expose is_unlock_read_buffer() and UNLOCK_MARKER so consumers (bdemu) can recognise and answer the LibreDrive unlock READ_BUFFER handshake without open-coding the variant CDB shapes or the verification marker. These handshake internals must live only in freemkv-unlock-ld.
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%