From b7689cd543a001f7b6dc8d00781568ab15913640 Mon Sep 17 00:00:00 2001 From: Raheem Idowu Date: Sat, 4 Apr 2026 17:30:48 -0400 Subject: [PATCH] explictly set page = 0 in dump_req_t struct --- client/src/cmdhficlass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index fd31cb5f7..4fccd9995 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -2533,6 +2533,7 @@ static int iclass_dump_non_secure(bool shallow_mod, uint8_t *tag_data, uint16_t .req.shallow_mod = shallow_mod, .start_block = 3, .end_block = app_limit1, + .page = 0 // no page selection support here yet }; clearCommandBuffer();