|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [Spike] Bounding fuzzvariable & fuzzstring
dave
immunitysec.com
Date: Mon Jul 07 2003 - 16:26:43 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This bit?
-dave
fuzzstrnum++;
s_incrementfuzzstring();
}
fuzzvarnum++;
s_incrementfuzzvariable();
> I'm using the code from the generic_send_tcp.c example to set up the
> fuzzing.
>
> Specifically the two segment of code that start with:
>
> while ( !s_didlastvariable() )
> {
>
> and
>
> while( !s_didlastfuzzstring() )
> {
>
>
> The looping never seems to be ending.
>
> I expected it to increment to 256 and stop.
>
> But the fuzzvarnum never increments, and the fuzzstrnum seems to
> increment forever.
>
> I've check and the setspike() routine is returning OK, so the pointers
> seem to be set.
>
> Am I missing something else?
>
> Thanks.
>
>
> _______________________________________________
> Spike mailing list
> Spike
lists.immunitysec.com
> http://www.immunitysec.com/mailman/listinfo/spike
>
_______________________________________________
Spike mailing list
Spike
lists.immunitysec.com
http://www.immunitysec.com/mailman/listinfo/spike
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]