PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf t55xx read --help


Read T55xx block data.  This commands defaults to page 0.

           * * * WARNING * * *
Use of read with password on a tag not configured
for a password can damage the tag
           * * * * * * * * * *

usage:
    lf t55xx read [-ho] -b <0-7> [-p <hex>] [--pg1] [--r0] [--r1] [--r2] [--r3]

options:
    -h, --help                     This help
    -b, --blk <0-7>                block number to read
    -p, --pwd <hex>                password (4 hex bytes)
    -o, --override                 override safety check
    --pg1                          read page 1
    --r0                           downlink - fixed bit length (detected def)
    --r1                           downlink - long leading reference
    --r2                           downlink - leading zero
    --r3                           downlink - 1 of 4 coding reference

examples/notes:
    lf t55xx read -b 0                         -> read data from block 0
    lf t55xx read -b 0 --pwd 01020304          -> read data from block 0, pwd 01020304
    lf t55xx read -b 0 --pwd 01020304 -o       -> read data from block 0, pwd 01020304, override