Page 1 of 1

How to find out what installed on javacard

Posted: Sun Nov 29, 2015 4:49 am
by gorgekin
I have a smart card. I wonder if there is any way to find out what installed on it? Maybe there are applets on it, but I don't know its AID and cannot select it with APDU command either. In this case,how can I select it?

Re: How to find out what installed on javacard

Posted: Mon Nov 30, 2015 11:49 pm
by horse dream
There are many tools for you to list all the applets-AID on java card, such as GPShell, OpenSC, pyApdutool and so on.
There are also an open source library to aim your goal. See this topic for the demo code.

If you have the applet-AID that you wanna make selectable, you can select it by these tools.