PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf mfu tamper --help


Set the configuration of the NTAG 213TT tamper feature
Supports:
NTAG 213TT

usage:
    hf mfu tamper [-hed] [-m <hex>] [--lockmessage]

options:
    -h, --help                     This help
    -e, --enable                   Enable the tamper feature
    -d, --disable                  Disable the tamper feature
    -m, --message <hex>            Set the tamper message (4 bytes)
    --lockmessage                  Permanently lock the tamper message and mask it from memory (does not lock tamper feature itself)

examples/notes:
    hf mfu tamper -e                    -> enable tamper feature
    hf mfu tamper -d                    -> disable tamper feature
    hf mfu tamper -m 0A0A0A0A           -> set the tamper message to 0A0A0A0A
    hf mfu tamper --lockmessage         -> permanently lock the tamper message and mask it from memory