FuzzingFunctions
Class FuzzingFunctionReturnPair
java.lang.Object
FuzzingFunctions.FuzzingFunctionReturnPair
public class FuzzingFunctionReturnPair
- extends java.lang.Object
The instance of this class is used with the FuzzingFunctionInteface2 as the return value.
It contains the modified message and the new state ID after the modifications
- Author:
- Serge Gorbunov
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuzzingFunctionReturnPair
public FuzzingFunctionReturnPair(java.util.ArrayList<java.lang.Integer> msg,
int state)
getModifiedMessage
public java.util.ArrayList<java.lang.Integer> getModifiedMessage()
getNewStateID
public int getNewStateID()