PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf noralsy clone --help


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

usage:
    lf noralsy clone [-h] --cn <dec> [-y <dec>] [--q5] [--em]

options:
    -h, --help                     This help
    --cn <dec>                     Noralsy card ID
    -y, --year <dec>               tag allocation year
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag

examples/notes:
    lf noralsy clone --cn 112233                -> encode for T55x7 tag
    lf noralsy clone --cn 112233 --q5           -> encode for Q5/T5555 tag
    lf noralsy clone --cn 112233 --em           -> encode for EM4305/4469