minor
This commit is contained in:
@@ -236,7 +236,7 @@ int MAD1DecodeAndPrint(uint8_t *sector, bool verbose, bool *haveMAD2) {
|
||||
};
|
||||
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
int MAD2DecodeAndPrint(uint8_t *sector, bool verbose) {
|
||||
PrintAndLogEx(NORMAL, "16 MAD2");
|
||||
@@ -255,4 +255,4 @@ int MAD2DecodeAndPrint(uint8_t *sector, bool verbose) {
|
||||
};
|
||||
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ const char *mfGetAccessConditionsDesc(uint8_t blockn, uint8_t *data) {
|
||||
};
|
||||
|
||||
return StaticNone;
|
||||
};
|
||||
}
|
||||
/*
|
||||
static int CalculateEncIVCommand(mf4Session_t *session, uint8_t *iv, bool verbose) {
|
||||
memcpy(&iv[0], &session->TI, 4);
|
||||
|
||||
@@ -219,7 +219,7 @@ static int ndefDecodeSig1(uint8_t *sig, size_t siglen) {
|
||||
}
|
||||
|
||||
return PM3_SUCCESS;
|
||||
};
|
||||
}
|
||||
|
||||
// https://github.com/nfcpy/ndeflib/blob/master/src/ndef/signature.py#L292
|
||||
static int ndefDecodeSig2(uint8_t *sig, size_t siglen) {
|
||||
@@ -283,7 +283,7 @@ static int ndefDecodeSig2(uint8_t *sig, size_t siglen) {
|
||||
}
|
||||
|
||||
return PM3_SUCCESS;
|
||||
};
|
||||
}
|
||||
|
||||
static int ndefDecodeSig(uint8_t *sig, size_t siglen) {
|
||||
PrintAndLogEx(SUCCESS, "\tsignature version : \t" _GREEN_("0x%02x"), sig[0]);
|
||||
|
||||
Reference in New Issue
Block a user