Current command:
hf cipurse select --help
Select application or file usage: hf cipurse select [-havt] [--aid <hex>] [--fid <hex>] [--mfd] [--chfid <hex>] options: -h, --help This help -a, --apdu Show APDU requests and responses -v, --verbose Verbose mode -t, --tlv TLV decode returned data --aid <hex> Application ID (AID) 1..16 bytes --fid <hex> Top level file (or application) ID (FID) 2 bytes --mfd Select masterfile by empty id --chfid <hex> Child file ID (EF under application/master file) 2 bytes examples/notes: hf cipurse select --aid A0000005070100 -> Select PTSE application by AID hf cipurse select --fid 3f00 -> Select master file by FID 3f00 hf cipurse select --fid 2ff7 -> Select attribute file by FID 2ff7 hf cipurse select --mfd -vt -> Select default file by empty FID and show response data in plain and TLV decoded format