PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
hf iclass view --help


Print a iCLASS tag dump file (bin/eml/json)

usage:
    hf iclass view [--last <dec>]

options:
    -h, --help                     This help
    -f, --file <fn>                Specify a filename for dump file
    --first <dec>                  Begin printing from this block (default first user block)
    --last <dec>                   End printing at this block (default 0, ALL)
    -v, --verbose                  verbose output
    -z, --dense                    dense dump output style

examples/notes:
    hf iclass view -f hf-iclass-AA162D30F8FF12F1-dump.bin
    hf iclass view --first 1 -f hf-iclass-AA162D30F8FF12F1-dump.bin
    
    If --first is not specified it will default to the first user block
    which is block 6 for secured chips or block 3 for non-secured chips