PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf pyramid clone --help


clone a Farpointe/Pyramid tag to a T55x7, Q5/T5555 or EM4305/4469 tag.
The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated.
Currently only works on 26bit

usage:
    lf pyramid clone [-h] [--fc <dec>] [--cn <dec>] [--q5] [--em] [-r <hex>]

options:
    -h, --help                     This help
    --fc <dec>                     8-bit value facility code
    --cn <dec>                     16-bit value card number
    --q5                           optional - specify writing to Q5/T5555 tag
    --em                           optional - specify writing to EM4305/4469 tag
    -r, --raw <hex>                raw hex data. 16 bytes

examples/notes:
    lf pyramid clone --fc 123 --cn 11223            -> encode for T55x7 tag
    lf pyramid clone --raw 0001010101010101010440013223921c      -> idem, raw mode
    lf pyramid clone --fc 123 --cn 11223 --q5       -> encode for Q5/T5555 tag
    lf pyramid clone --fc 123 --cn 11223 --em       -> encode for EM4305/4469