mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
lf search is working :)
This commit is contained in:
parent
1bf452e842
commit
0acc606be3
2 changed files with 55 additions and 65 deletions
|
@ -1711,6 +1711,7 @@ int Em410xDecode(uint8_t *bits, size_t *size, size_t *startIdx, uint32_t *hi, ui
|
|||
if (!preambleSearch(bits, preamble, sizeof(preamble), size, startIdx))
|
||||
return -4;
|
||||
|
||||
// (iceman) if the preamble doesn't find two occuriences, this identification fails.
|
||||
fmtlen = (*size == 128) ? 22 : 10;
|
||||
|
||||
//skip last 4bit parity row for simplicity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue