PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf destron clone --help


clone a Destron tag to a T55x7, Q5/T5555 or EM4305/4469 tag.

usage:
    lf destron clone [-h] -u <hex> [--q5] [--em]

options:
    -h, --help                     This help
    -u, --uid <hex>                5 bytes max
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf destron clone --uid 1A2B3C4D5E
    lf destron clone --q5  --uid 1A2B3C4D5E        -> encode for Q5/T5555 tag
    lf destron clone --em  --uid 1A2B3C4D5E        -> encode for EM4305/4469