Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将数据写入 IsoDep 标签。IsoDEP 标记的内存按结构层次组织:
在将内容写入标签之前,我使用SELECT命令(在 APDU 命令集中)。我想通过 选择一个文件file identifier,但我不知道标签中的任何文件标识符。
SELECT
file identifier
如何获取标签中存在的所有文件标识符?
如果您的卡符合 ISO 7816-4 标准,那么它将有一个 MF(文件标识符 3F00),它是根目录。在此之下,您应该在大多数卡上找到 EFiccid (2FE2) 和 EFdir (2F00)。
编辑:回答这个问题,没有标准的 APDU 来列出卡内的文件,每个供应商都有专有的 APDU。