mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
ulaes dump: read version, sig, counters, etc
This commit is contained in:
@@ -3471,7 +3471,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 & MFU_TT_UL_C || tagtype & MFU_TT_UL_AES || tagtype & MFU_TT_UL || tagtype & MFU_TT_MY_D_MOVE || tagtype & MFU_TT_MY_D_MOVE_LEAN)) {
|
||||
if (!(tagtype & MFU_TT_UL_C || tagtype & MFU_TT_UL || tagtype & MFU_TT_MY_D_MOVE || tagtype & MFU_TT_MY_D_MOVE_LEAN)) {
|
||||
// attempt to read pack
|
||||
bool has_key = (has_auth_key || has_pwd);
|
||||
uint8_t get_pack[] = {0, 0};
|
||||
|
||||
Reference in New Issue
Block a user