Page 1 of 1

The script format of pyResMan

Posted: Wed Nov 11, 2015 8:29 am
by whitexiao
The PyResMan tool is very well, but there is two questions:

1. What is the script format of pyResMan?
2. What instructions can be supported?

Re: The script format of pyResMan

Posted: Thu Nov 12, 2015 5:25 am
by JavaCardOS
Re:

1. The script format as follows:

Code: Select all

00 a4 04 00 0a a0 00 00 00 90 00 00 00 01 01
00 00 00 00 80
00 01 00 00 80
00 10 00 00 80
00 11 00 00 01
00 12 00 00 80
00 13 00 00 01
00 14 00 00 32
00 15 00 00 80
00 16 00 00 80
00 17 00 00 80
......


2. All APDU commands can be supported.

Re: The script format of pyResMan

Posted: Thu Nov 12, 2015 10:31 pm
by UNKNwYSHSA
The instructions maybe like:
    reset
    init-update
    ext-auth
    ...
Not commands.