PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf em 4x50 restore --help


Restores data from dumpfile (bin/eml/json) onto a EM4x50 tag.
if used with -u,  the filetemplate `lf-4x50-UID-dump.bin` is used as filename

usage:
    lf em 4x50 restore [-h] [-u <hex>] [-f <fn>] [-p <hex>]

options:
    -h, --help                     This help
    -u, --uid <hex>                uid, 4 hex bytes, msb
    -f, --file <fn>                specify a filename for dump file
    -p, --pwd <hex>                password, 4 hex bytes, lsb

examples/notes:
    lf em 4x50 restore -u 1b5aff5c                -> uses lf-4x50-1B5AFF5C-dump.bin
    lf em 4x50 restore -f mydump.eml
    lf em 4x50 restore -u 1b5aff5c -p 12345678
    lf em 4x50 restore -f mydump.eml -p 12345678