On Thu, Jul 9, 2009 at 7:03 AM, Shai Sarfaty<shai.sarf
...@googlemail.com> wrote:
> it just occured to me that we can accomplish this by setting a <choice> on
> the "changeState" to
> be able to get a fuzzer for the state machine..
> am i wrong ?
> On Fri, Jun 5, 2009 at 1:45 AM, Michael Eddington <medding...@gmail.com>
> wrote:
>> Sure, this is a planned mutator, your welcome to write it if you need
>> is soon. It's planned for the 2.4/2.5 time frame.
>> mike
>> On Wed, Jun 3, 2009 at 8:50 AM, shai.sarf...@googlemail.com
>> <shai.sarf...@googlemail.com> wrote:
>> > Hi
>> > I have notice that the fuzzing is done only for the data in the data
>> > module but it would be very interesting if there was also an option
>> > that Peach will be able to get a random state and send that state as a
>> > response
>> > <MutableStateModule>
>> > <State name="1">
>> > <Action do somthing />
>> > </State>
>> > <State name="2">
>> > <Action do somthing />
>> > </State>
>> > <State name="3">
>> > <Action do somthing />
>> > </State>
>> > <State name="4">
>> > <Action do somthing />
>> > </State>
>> > </MutableStateModule>
>> > so now for each input it will get it will randomaly select one of the
>> > state..
>> > what do say about this?
>> > Regards
>> > Shai.