Current command:
hf iclass restore --help
Restore data from dumpfile (bin/eml/json) onto a iCLASS tag usage: hf iclass restore [-hv] -f <fn> [-k <hex>] [--ki <dec>] --first <dec> --last <dec> [--credit] [--elite] options: -h, --help This help -f, --file <fn> specify a filename to restore -k, --key <hex> Access key as 8 hex bytes --ki <dec> Key index to select key from memory 'hf iclass managekeys' --first <dec> The first block number to restore --last <dec> The last block number to restore --credit key is assumed to be the credit key --elite elite computations applied to key --raw no computations applied to key -v, --verbose verbose output --shallow use shallow (ASK) reader modulation instead of OOK examples/notes: hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0 hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0 --elite hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 -k 1122334455667788 --elite