//
Select EF(LOCI) under the GSM directory
Select
3F00
Select
7F20
Select
6F78
// This file has READ policy of CHV1
VerifyCHV 1 "1234"
Set
$offset = 3
//
Update all 8 bytes in the EF
UpdateBinary
0102030405060708
//
Update only the last 5 bytes
UpdateBinary
$offset 0405060708
//
Update only the first 3 bytes
UpdateBinary
010203