FuzzingFunctions
Class FuzzingFunctionIncreaseStringLength

java.lang.Object
  extended by FuzzingFunctions.FuzzingFunctionIncreaseStringLength
All Implemented Interfaces:
FuzzingFunctionInterface

public class FuzzingFunctionIncreaseStringLength
extends java.lang.Object
implements FuzzingFunctionInterface


Constructor Summary
FuzzingFunctionIncreaseStringLength()
           
 
Method Summary
 java.util.ArrayList<java.lang.Integer> fuzzInputMsg(GenericSequence genericMessage, java.util.ArrayList<java.lang.Integer> originalMessage)
          Modifies the input messages
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuzzingFunctionIncreaseStringLength

public FuzzingFunctionIncreaseStringLength()
Method Detail

fuzzInputMsg

public java.util.ArrayList<java.lang.Integer> fuzzInputMsg(GenericSequence genericMessage,
                                                           java.util.ArrayList<java.lang.Integer> originalMessage)
Description copied from interface: FuzzingFunctionInterface
Modifies the input messages

Specified by:
fuzzInputMsg in interface FuzzingFunctionInterface
Parameters:
genericMessage - The generic representation of the message
originalMessage - Original Input Message
Returns:
modified message