mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
text
This commit is contained in:
@@ -3127,7 +3127,7 @@ static int CmdHF14AMfChk(const char *Cmd) {
|
||||
uint8_t s = GetSectorFromBlockNo(b);
|
||||
uint8_t sectrail = (FirstBlockOfSector(s) + NumBlocksPerSector(s) - 1);
|
||||
PrintAndLogEx(INFO, "Sector: %u, First block: %u, Last block: %u, Num of blocks: %u", s, FirstBlockOfSector(s), sectrail, NumBlocksPerSector(s));
|
||||
PrintAndLogEx(INFO, "Reading last block");
|
||||
PrintAndLogEx(INFO, "Reading sector trailer");
|
||||
|
||||
mf_readblock_t payload;
|
||||
payload.blockno = sectrail;
|
||||
|
||||
Reference in New Issue
Block a user