mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
added parity check of deciphered command
This commit is contained in:
parent
bf52d74adc
commit
2d7bdee30b
3 changed files with 68 additions and 27 deletions
|
@ -433,7 +433,7 @@ uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *trace, ui
|
|||
}
|
||||
}
|
||||
|
||||
if (DecodeMifareData(frame, data_len, isResponse, mfData, &mfDataLen)) {
|
||||
if (DecodeMifareData(frame, data_len, parityBytes, isResponse, mfData, &mfDataLen)) {
|
||||
memset(explanation, 0x00, sizeof(explanation));
|
||||
if (!isResponse) {
|
||||
explanation[0] = '>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue