PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf felica wrbl --help


Use this command to write block data to authentication-not-required Service.

 - Mode shall be Mode0.
 - Un-/Ssuccessful == Status Flag1 and Flag2

usage:
    hf felica wrbl [-hv] [-d <hex>] [-i <hex>] [--sn <hex>] [--scl <hex>] [--bn <hex>] [--ble <hex>]

options:
    -h, --help                     This help
    -d, --data <hex>               data, 16 hex bytes
    -i <hex>                       set custom IDm
    --sn <hex>                     number of service
    --scl <hex>                    service code list
    --bn <hex>                     number of block
    --ble <hex>                    block list element (def 2|3 bytes)
    -v, --verbose                  verbose output

examples/notes:
    hf felica wrbl --sn 01 --scl CB10 --bn 01 --ble 8001 -d 0102030405060708090A0B0C0D0E0F10
    hf felica wrbl -i 01100910c11bc407 --sn 01 --scl CB10 --bn 01 --ble 8001 -d 0102030405060708090A0B0C0D0E0F10