PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf 15 wrbl --help


Write block on ISO-15693 tag

usage:
    hf 15 wrbl [-h*2ov] [-u <hex>] [--ua] -b <dec> -d <hex>

options:
    -h, --help                     This help
    -u, --uid <hex>                full UID (8 hex bytes)
    --ua                           unaddressed mode
    -*                             scan for tag
    -2                             use slower '1 out of 256' mode
    -o, --opt                      set OPTION Flag (needed for TI)
    -b, --blk <dec>                page number (0-255)
    -d, --data <hex>               data, 4 bytes
    -v, --verbose                  verbose output

examples/notes:
    hf 15 wrbl -* -b 12 -d AABBCCDD
    hf 15 wrbl -u E011223344556677 -b 12 -d AABBCCDD