PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf mf gdmsetblk --help


Set block data on a magic gen4 GDM card
`--force` param is used to override warnings like bad ACL writes.
          if not specified, it will exit if detected

usage:
    hf mf gdmsetblk [-h] --blk <dec> [-d <hex>] [-k <hex>] [--force]

options:
    -h, --help                     This help
    --blk <dec>                    block number
    -d, --data <hex>               bytes to write, 16 hex bytes
    -k, --key <hex>                key, 6 hex bytes
    --force                        override warnings

examples/notes:
    hf mf gdmsetblk --blk 1 -d 000102030405060708090a0b0c0d0e0f