解析器
APDU解析器使您可以将APDU命令和APDU响应的十六进制字节解析为它们的描述。 项目包括默认的APDU命令和APDU响应默认列表及其说明。
用法
python apdu_parser.py -i < input_file >
Options:
-h, --help show this help message and exit
-i INPUT_FILE, --input=INPUT_FILE specify input file
-o OUTPUT_FILE, --output=OUTPUT_FILE specify output file
-c, --commands specify if input file contains only APDU commands
-r, --responses specify if input file con
1