PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf felica rdbl --help


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

 - Mode shall be Mode0.
 - Successful == block data
 - Unsuccessful == Status Flag1 and Flag2

usage:
    hf felica rdbl [--ble <hex>]

options:
    -h, --help                     This help
    -b                             get all block list elements 00 -> FF
    -i <hex>                       set custom IDm
    -l, --long                     use 3 byte block list element block number
    --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 rdbl --sn 01 --scl 8B00 --bn 01 --ble 8000
    hf felica rdbl --sn 01 --scl 4B18 --bn 01 --ble 8000 -b
    hf felica rdbl -i 01100910c11bc407 --sn 01 --scl 8B00 --bn 01 --ble 8000