mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
Fix last block of dumps on my-d move/move lean
This commit is contained in:
parent
0be35a8e7e
commit
95cf57138c
1 changed files with 1 additions and 1 deletions
|
@ -1983,7 +1983,7 @@ static int CmdHF14AMfUDump(const char *Cmd) {
|
|||
|
||||
// not ul_c and not std ul then attempt to collect info like
|
||||
// VERSION, SIGNATURE, COUNTERS, TEARING, PACK,
|
||||
if (!(tagtype & UL_C || tagtype & UL)) {
|
||||
if (!(tagtype & UL_C || tagtype & UL || tagtype & MY_D_MOVE || tagtype & MY_D_MOVE_LEAN)) {
|
||||
//attempt to read pack
|
||||
uint8_t get_pack[] = {0, 0};
|
||||
if (ul_auth_select(&card, tagtype, true, authKeyPtr, get_pack, sizeof(get_pack)) != PM3_SUCCESS) {
|
||||
|
|
Loading…
Reference in a new issue