Fix incorrect instruction
This commit is contained in:
parent
551ac64fa7
commit
b587da3a84
1 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,13 @@ card_connect
|
||||||
// select
|
// select
|
||||||
send_apdu -sc 0 -APDU 00A40400080102030405060809
|
send_apdu -sc 0 -APDU 00A40400080102030405060809
|
||||||
|
|
||||||
|
// Locked Commands
|
||||||
|
send_apdu -sc 0 -APDU 8002000002FFFE
|
||||||
|
send_apdu -sc 0 -APDU 800400000001
|
||||||
|
|
||||||
|
// Unlock Card
|
||||||
|
send_apdu -sc 0 -ADPU 8020
|
||||||
|
|
||||||
// Query Author Name
|
// Query Author Name
|
||||||
send_apdu -sc 0 -APDU 80000000
|
send_apdu -sc 0 -APDU 80000000
|
||||||
|
|
||||||
|
@ -27,7 +34,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 8004000003
|
send_apdu -sc 0 -APDU 800400000003
|
||||||
|
|
||||||
card_disconnect
|
card_disconnect
|
||||||
release_context
|
release_context
|
||||||
|
|
Loading…
Reference in a new issue