PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
lf em 410x clone --help


clone a EM410x ID to a T55x7, Q5/T5555, EM4305/4469 or Hitag S/8211/8268/8310 tag.

usage:
    lf em 410x clone [--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
    --hts                          optional - specify writing to Hitag S/8211/8268/8310 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
    lf em 410x clone --id 0F0368568B --hts      -> encode for Hitag S/8211/8268/8310