├── README.md ├── apdu_parser.py ├── command_descriptions.txt ├── response_descriptions.txt └── sample_files ├── commands_log.txt ├── custom_command_descriptions.txt ├── custom_response_descriptions.txt ├── default_log.txt └── responses_log.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/README.md -------------------------------------------------------------------------------- /apdu_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/apdu_parser.py -------------------------------------------------------------------------------- /command_descriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/command_descriptions.txt -------------------------------------------------------------------------------- /response_descriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/response_descriptions.txt -------------------------------------------------------------------------------- /sample_files/commands_log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/sample_files/commands_log.txt -------------------------------------------------------------------------------- /sample_files/custom_command_descriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/sample_files/custom_command_descriptions.txt -------------------------------------------------------------------------------- /sample_files/custom_response_descriptions.txt: -------------------------------------------------------------------------------- 1 | 90 00 I Command successfully executed (OK). -------------------------------------------------------------------------------- /sample_files/default_log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/sample_files/default_log.txt -------------------------------------------------------------------------------- /sample_files/responses_log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eIDuy/apdu-parser/HEAD/sample_files/responses_log.txt --------------------------------------------------------------------------------