Undocumented in the Proxmark3's Wiki as well as in its command-line documentation, the proxmark3 Linux client provides the hf 14a apdu
command (though there is no hf 14b apdu
command).
The way I view things is that APDU build on top of ISO14443. ISO14443's anti-collision and selection protocol can be implemented using hf 14a raw
or hf 14b raw
command.
After selecting my chip using the raw
command, can I simply send and receive APDU messages using the same command?