mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'lf cotag demod' - now finds FC/CN Thanks to @marshmellow42
CHG: 'lf search' - now detects COTAG
This commit is contained in:
parent
96b516e180
commit
a330987de1
6 changed files with 59 additions and 27 deletions
|
@ -105,8 +105,7 @@ int CmdJablotronDemod(const char *Cmd) {
|
|||
uint64_t rawid = bytebits_to_byte(DemodBuffer+16, 40);
|
||||
uint64_t id = getJablontronCardId(rawid);
|
||||
|
||||
PrintAndLog("Jablotron Tag Found: Card ID %u", id);
|
||||
PrintAndLog("Raw: %08X%08X", raw1 ,raw2);
|
||||
PrintAndLog("Jablotron Tag Found: Card ID %u :: Raw: %08X%08X", id, raw1 ,raw2);
|
||||
|
||||
uint8_t chksum = raw2 & 0xFF;
|
||||
PrintAndLog("Checksum: %02X [%s]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue