proxmark3/client
Philippe Teuwen 85def31a8d hitag1/S trace: add crc check
Example:

[usb] pm3 --> trace load -f traces/lf_HitagS256_dump.trace
[+] loaded 272 bytes from binary file traces/lf_HitagS256_dump.trace
[+] Recorded Activity (TraceLen = 272 bytes)
[?] try `trace list -1 -t ...` to view trace.  Remember the `-1` param
[usb] pm3 --> trace list -t hitags -c
[=] downloading tracelog data from device
[+] Recorded activity (trace len = 272 bytes)
[=] start = start of start frame end = end of frame. src = source of transfer
[=] Hitag1 / Hitag2 / HitagS - Timings in ETU (8us)

      Start |        End | Src | Data (! denotes parity error)                                           | CRC | Annotation
------------+------------+-----+-------------------------------------------------------------------------+-----+--------------------
          0 |          0 | Rdr |18(5)                                                                    |     |
        117 |        117 | Tag |21  a5  b4 [73]                                                          | !crc|
          0 |          0 | Rdr |00(5) 21  a5  b4  73 [8c]                                                |  ok |
        117 |        117 | Tag |c9  00  00  aa [75]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 00 [ab]                                                            |  ok |
        117 |        117 | Tag |21  a5  b4  73 [53]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 01 [b6]                                                            |  ok |
        117 |        117 | Tag |c9  00  00  aa [75]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 02 [91]                                                            |  ok |
        117 |        117 | Tag |48  54  4f  4e [2c]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 03 [8c]                                                            |  ok |
        117 |        117 | Tag |4d  49  4b  52 [1e]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 04 [df]                                                            |  ok |
        117 |        117 | Tag |00  00  00  00 [a6]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 05 [c2]                                                            |  ok |
        117 |        117 | Tag |00  00  00  00 [a6]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 06 [e5]                                                            |  ok |
        118 |        118 | Tag |00  00  00  00 [a6]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 07 [f8]                                                            |  ok |
        118 |        118 | Tag |57  5f  4f  4b [88]                                                      |  ok |
          0 |          0 | Rdr |0c(4) 08 [43]                                                            |  ok |
2021-12-30 01:46:41 +01:00
..
android Missing src in cmake files 2021-12-13 02:07:44 +01:00
cmdscripts Add dummy cmdscripts/example.cmd for tests 2021-10-11 20:28:39 +02:00
deps hardnested - text output adaptation 2021-11-28 21:20:13 +01:00
dictionaries maur keys 2021-12-28 07:38:40 +01:00
experimental_client_with_swig
experimental_lib Missing src in cmake files 2021-12-13 02:07:44 +01:00
include
lualibs add legic crc16 to lua 2021-10-23 23:53:59 +02:00
luascripts make style 2021-12-27 19:36:42 +01:00
pyscripts strndup fixes for mingw 2021-12-13 18:44:46 +01:00
resources more aid 2021-11-22 21:29:52 +01:00
src hitag1/S trace: add crc check 2021-12-30 01:46:41 +01:00
atr_scrap_pcsctools.py
CMakeLists.txt update changelog and cmakelists file 2021-12-27 09:30:49 +09:00
default_keys_dic2lua.awk
emojis_scrap_github.py
gen_pm3mfsim_script.sh
Makefile for windows build test 2021-12-27 11:49:52 +09:00
pm3_cmd_h2lua.awk
README-bitlib