Page 1 of 1
how to calculate or get non-volatile memory of a cap file on java card?
Posted: Wed Dec 23, 2015 3:05 am
by posey
Is there any one know how to calculate or get non-volatile memory of a cap file on java card? I can't find any tool for this after some time research.
Re: how to calculate or get non-volatile memory of a cap file on java card?
Posted: Sun Dec 27, 2015 7:12 am
by UNKNwYSHSA
Write another applet, get the non-volatile memory size before one cap file load as size1, get the non-volatile memory size after the cap file loaded as size2. then the non-volatile memory size the cap on the java card = size1 - size2.