PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
emv readrec --help


Executes Read Record command. It returns data in TLV format.
Needs a bank applet to be selected and sometimes needs GPO to be executed.

usage:
    emv readrec [<hex>]...

options:
    -h, --help                     This help
    -k, --keep                     Keep field ON for next command
    -a, --apdu                     Show APDU requests and responses
    -t, --tlv                      TLV decode results of selected applets
    -w, --wired                    Send data via contact (iso7816) interface. (def: Contactless interface)
    <hex>                          <SFI 1 byte><SFIrecord 1 byte

examples/notes:
    emv readrec -k 0101           -> read file SFI=01, SFIrec=01
    emv readrec -kt 0201          -> read file 0201 and show result in TLV