PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf 14b wrbl --help


Write data to a SRI512 or SRIX4K block
If writing to a block out-of-range,  use `--force` to override checks
Special block at end denots OTP and lock bits among others

usage:
    hf 14b wrbl [-h] [-b <dec>] -d <hex> [--512] [--4k] [--sb] [--force]

options:
    -h, --help                     This help
    -b, --block <dec>              block number
    -d, --data <hex>               4 hex bytes
    --512                          target SRI 512 tag
    --4k                           target SRIX 4k tag (def)
    --sb                           special block write at end of memory (0xFF)
    --force                        overrides block range checks

examples/notes:
    hf 14b wrbl --4k -b 100 -d 11223344
    hf 14b wrbl --4k --sb -d 11223344          -> special block write
    hf 14b wrbl --512 -b 15 -d 11223344
    hf 14b wrbl --512 --sb -d 11223344          -> special block write