[DGD] xscanf
Raymond Jennings
shentino at gmail.com
Wed Aug 12 23:04:16 CEST 2015
Oh...right.
Each function call is basically creating a new array and pasting it onto
the stack.
On Wed, Aug 12, 2015 at 11:03 AM, Felix A. Croes <felix at dworkin.nl> wrote:
> Raymond Jennings <shentino at gmail.com> wrote:
>
> > Does this hard limit of 128 also apply to Hydra? I have a crazy hunch
> that
> > the uber version might support more.
>
> The same limit applies, which is due to local variables and function
> arguments being addressed with a one-byte index. It is not actually
> efficient to copy a large number of arguments on the stack in this
> manner, so the limitation will remain.
>
> Regards,
> Felix Croes
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>
More information about the DGD
mailing list