mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
explictly set page = 0 in dump_req_t struct
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user