There's an automated tool for checking source code which is freely
available - itsv4, i think. Perl is also your friend - it can be used
to generate arbitrarily long strings for piping into programs or using
as command-line args. perl -e 'print "A"x1000' on the command line will
give you 1000 As, for example.
-gabe
On Thu, Jun 15, 2000 at 06:36:52AM -0000, Rohit Gupta wrote:
> is there any tool to test buffer overflows
> rohit
>
-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]