mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
cleanup
combine preamble searches (thanks @iceman1001) simplify Em410xDecode fix bug in removeParity (I made recently) move Unique TAG ID printout to avoid confusion
This commit is contained in:
parent
33a1fe9636
commit
e88096ba25
4 changed files with 41 additions and 58 deletions
|
@ -175,8 +175,8 @@ void printEM410x(uint32_t hi, uint64_t id)
|
|||
} else{
|
||||
//output 40 bit em id
|
||||
PrintAndLog("\nEM TAG ID : %010llX", id);
|
||||
PrintAndLog("Unique TAG ID : %010llX", id2lo);
|
||||
PrintAndLog("\nPossible de-scramble patterns");
|
||||
PrintAndLog("Unique TAG ID : %010llX", id2lo);
|
||||
PrintAndLog("HoneyWell IdentKey {");
|
||||
PrintAndLog("DEZ 8 : %08lld",id & 0xFFFFFF);
|
||||
PrintAndLog("DEZ 10 : %010lld",id & 0xFFFFFFFF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue