[DGD] xscanf
Felix A. Croes
felix at dworkin.nl
Wed Aug 12 20:03:02 CEST 2015
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
More information about the DGD
mailing list