From 94e350fab98d7f2395a307f32d798e91fecfb88d Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Sat, 8 Aug 2026 12:10:26 +0800 Subject: [PATCH] Fixed a bug where Proxmark5 dump mfu data was empty. --- include/pm3_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pm3_cmd.h b/include/pm3_cmd.h index e3935726f..c18be6ca9 100644 --- a/include/pm3_cmd.h +++ b/include/pm3_cmd.h @@ -421,7 +421,7 @@ typedef struct { typedef struct { uint16_t bytelen; - uint16_t startidx; + uint32_t startidx; } PACKED mful_readblock_resp_t; typedef struct {