Fix malformed commands
This commit is contained in:
parent
88dc8bb094
commit
dcddfd4dbf
1 changed files with 5 additions and 5 deletions
|
@ -13,14 +13,14 @@ send_apdu -sc 0 -APDU 8002000002FFFE
|
||||||
send_apdu -sc 0 -APDU 802000000431313131
|
send_apdu -sc 0 -APDU 802000000431313131
|
||||||
|
|
||||||
// Still Locked Commands
|
// Still Locked Commands
|
||||||
send_apdu -sc 0 -APDU 800400000001
|
send_apdu -sc 0 -APDU 8004000000
|
||||||
|
|
||||||
// Unlock Card With Correct PIN
|
// Unlock Card With Correct PIN
|
||||||
send_apdu -sc 0 -APDU 802000000431323334
|
send_apdu -sc 0 -APDU 802000000431323334
|
||||||
|
|
||||||
// Now Unlocked Commands
|
// Now Unlocked Commands
|
||||||
send_apdu -sc 0 -APDU 8002000002FFFE
|
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||||
send_apdu -sc 0 -APDU 800400000001
|
send_apdu -sc 0 -APDU 8004000001
|
||||||
|
|
||||||
// Query Author Name
|
// Query Author Name
|
||||||
send_apdu -sc 0 -APDU 80000000
|
send_apdu -sc 0 -APDU 80000000
|
||||||
|
@ -29,8 +29,8 @@ send_apdu -sc 0 -APDU 80000000
|
||||||
send_apdu -sc 0 -APDU 8002000002FFFE
|
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||||
|
|
||||||
// Querying Data
|
// Querying Data
|
||||||
send_apdu -sc 0 -APDU 800400000001
|
send_apdu -sc 0 -APDU 8004000001
|
||||||
send_apdu -sc 0 -APDU 800400000002
|
send_apdu -sc 0 -APDU 8004000002
|
||||||
|
|
||||||
// Triggering Unsupported Instruction Error
|
// Triggering Unsupported Instruction Error
|
||||||
send_apdu -sc 0 -APDU 8001000000
|
send_apdu -sc 0 -APDU 8001000000
|
||||||
|
@ -43,7 +43,7 @@ send_apdu -sc 0 -APDU 80020000150102030405060708090A0B0C0D0E0F101112131415
|
||||||
|
|
||||||
// Querying Incorrect Amount of Bytes
|
// Querying Incorrect Amount of Bytes
|
||||||
send_apdu -sc 0 -APDU 8002000002FFFE
|
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||||
send_apdu -sc 0 -APDU 800400000003
|
send_apdu -sc 0 -APDU 8004000003
|
||||||
|
|
||||||
card_disconnect
|
card_disconnect
|
||||||
release_context
|
release_context
|
||||||
|
|
Loading…
Reference in a new issue