Page 1 of 1

Get JavaCard's Stack Size

Posted: Fri Jun 15, 2018 5:09 am
by scplatform
I get a fresh card, and no user manual, now I want to know the stack size of the card, dose anyone know how to do that?
addtionally, can I get every frame size?

Re: Get JavaCard's Stack Size

Posted: Fri Jun 15, 2018 5:41 am
by later123654
method is described as follow:
1. build many functions to get the different formula for java stack size.
2. these fuctions are recursion functions and can use the max java stack size.
3. these functions have the different parameters, which can format the different formula.
4. we can get the approximation of java stack size according to these different formula.

Re: Get JavaCard's Stack Size

Posted: Wed Jun 27, 2018 10:05 pm
by DaHuFa
:geek: :geek: :geek: