send response from key to pc in chaining mode. partially works.

GetVersion must work with pc (proxmark have errors)
This commit is contained in:
merlokk
2019-01-25 19:32:42 +02:00
parent 94fe58d020
commit 15de8dc4a6
2 changed files with 128 additions and 8 deletions

View File

@ -67,6 +67,7 @@ typedef enum
} APPLETS;
#define SW_SUCCESS 0x9000
#define SW_GET_RESPONSE 0x6100 //Command successfully executed; 'XX' bytes of data are available and can be requested using GET RESPONSE.
#define SW_COND_USE_NOT_SATISFIED 0x6985
#define SW_FILE_NOT_FOUND 0x6a82
#define SW_INS_INVALID 0x6d00