From 52953de9274c12a78e3ec5131007ede55bffc78b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 19 Sep 2023 21:37:56 +0200 Subject: [PATCH] changelog & typos in protocol --- CHANGELOG.md | 2 ++ docs/protocol.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1025dd98..422c2096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Removed MF1_DETECT_DARKSIDE (@doegox) + - Added MF1_STATIC_NESTED_ACQUIRE and its support in `hf mf nested` (@xianglin1998) - Changed `hf 14a scan`: Automatically send RATS to 14443-4a tags (@augustozanellato) - Changed Darkside: use LEDs for visual feedback of attack progression (@doegox) - Changed Darkside: longer RF field off for reset and longer CLI timeout (@doegox) diff --git a/docs/protocol.md b/docs/protocol.md index d3199398..9b57a341 100644 --- a/docs/protocol.md +++ b/docs/protocol.md @@ -218,12 +218,12 @@ Notes: ### 2004: MF1_DARKSIDE_ACQUIRE * Command: 4 bytes: `type_target|block_target|first_recover|sync_max` * Response: 1 byte if Darkside failed, according to `mf1_darkside_status_t` enum, - else 25 bytes `darkside_status|uid[4]|nt1[4]|par[4]|ks1[4]|nr[4]|ar[4]` + else 33 bytes `darkside_status|uid[4]|nt1[4]|par[8]|ks1[8]|nr[4]|ar[4]` * `darkside_status` * `uid[4]` U32 (format expected by `darkside` tool) * `nt1[4]` U32 - * `par[4]` U32 - * `ks1[4]` U32 + * `par[4]` U64 + * `ks1[4]` U64 * `nr[4]` U32 * `ar[4]` U32 * CLI: cf `hf mf darkside`