Page 1 of 1
How to get the list of the applet-AID and package-AID on java card
Posted: Tue Oct 06, 2015 10:21 am
by Danieken
Is there a method to list all the applet-AID and package-AID on java card ?
I want to get all the AID on java card. Should I use any command or tool to reach my goal. If anyone knows, please tell me how. Thanks
Re: How to get the list of the applet-AID and package-AID on java card
Posted: Wed Oct 07, 2015 10:22 am
by Ellisun
You can use
pyApdutool to list the package-AID and the applet-AID.
The details you can visit "http://javacardos.com/javacardforum/viewtopic.php?f=3&t=38"
Re: How to get the list of the applet-AID and package-AID on java card
Posted: Wed Oct 07, 2015 10:37 am
by UNKNwYSHSA
You can see the APDUs
pyApdutool sent. Study the commands to get these informations. The commands are all descripted in the GP specification.
Re: How to get the list of the applet-AID and package-AID on java card
Posted: Thu Oct 08, 2015 5:34 am
by Danieken
Thank you for all the answers. I get it.

It is really a perfect tool.