mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-07 21:10:18 +08:00
chg
This commit is contained in:
parent
230c279124
commit
31bc214137
1 changed files with 4 additions and 3 deletions
|
@ -94,6 +94,7 @@ int indala224decode(uint8_t *dest, size_t *size, uint8_t *invert) {
|
||||||
*invert ^= 1;
|
*invert ^= 1;
|
||||||
}
|
}
|
||||||
if (found_size != 224) return -2;
|
if (found_size != 224) return -2;
|
||||||
|
|
||||||
if (*invert==1 && idx > 0)
|
if (*invert==1 && idx > 0)
|
||||||
for (size_t i = idx-1; i < found_size + idx + 2; i++)
|
for (size_t i = idx-1; i < found_size + idx + 2; i++)
|
||||||
dest[i] ^= 1;
|
dest[i] ^= 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue