PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf em 410x clone --help


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

usage:
    lf em 410x clone [-h] [--clk <dec>] --id <hex> [--q5] [--em] [--electra]

options:
    -h, --help                     This help
    --clk <dec>                    <16|32|40|64> clock (default 64)
    --id <hex>                     EM Tag ID number (5 hex bytes)
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag
    --electra                      optional - add Electra blocks to tag

examples/notes:
    lf em 410x clone --id 0F0368568B             -> encode for T55x7 tag
    lf em 410x clone --id 0F0368568B --q5        -> encode for Q5/T5555 tag
    lf em 410x clone --id 0F0368568B --em        -> encode for EM4305/4469