A B C D E F G H I L M N O P R S T U V W

C

calculateCompletionPerc() - Method in class FuzzingEngine.FuzzerMain
This function iterates over all strings available for fuzzing and checks the number of fuzzing functions performed over the total number of available fuzzing functions
checkIfStatesAreIdentical(int, int) - Method in class ProtocolLearner.FSAutomaton
Function compares two states based on their transitions and colors of their children.
checkOutMsgSeqPresense(ArrayList<String>) - Method in class ProtocolLearner.FSATransition
Checks if there is an output message sequences that matches to the input out.
checkOutputMsg(int, String, ArrayList<String>) - Method in class ProtocolLearner.FSAutomaton
Check if the output strings of the given input symbol in the automaton math to the output symbols of the given input
checkRequest(ProxyMessage) - Method in class ProxyServer.ProxyAuthenticator
Allways returns true.
checkRequest(DatagramPacket, boolean) - Method in class ProxyServer.ProxyAuthenticator
Allways returns true.
checkRequest(ProxyMessage, Socket) - Method in class socks.server.IdentAuthenticator
For SOCKS5 requests allways returns true.
checkRequest(ProxyMessage) - Method in interface socks.server.ServerAuthenticator
This method is called when a request have been read.
checkRequest(DatagramPacket, boolean) - Method in interface socks.server.ServerAuthenticator
This method is called when datagram is received by the server.
checkRequest(ProxyMessage) - Method in class socks.server.ServerAuthenticatorNone
Allways returns true.
checkRequest(DatagramPacket, boolean) - Method in class socks.server.ServerAuthenticatorNone
Allways returns true.
checkRootsChildrenColors(FSAutomaton) - Method in class ProtocolLearner.PassiveLearner
Checks whether the the children of the root of the tree have associated colors.
checkTransition(int, String) - Method in class ProtocolLearner.FSAutomaton
Checks if a transition exists from a states based on the certain input
clone() - Method in class socks.InetRange
Creates a clone of this Object
clone() - Method in class socks.Socks4Proxy
Creates a clone of this proxy.
clone() - Method in class socks.Socks5Proxy
Creates a clone of this Proxy.
close() - Method in class socks.Socks5DatagramSocket
Closes datagram socket, and proxy connection.
close() - Method in class socks.SocksServerSocket
Closes the connection to proxy if socket have not been accepted, if the direct connection is used, closes direct ServerSocket.
close() - Method in class socks.SocksSocket
Same as Socket
clusterTrees(PhylogenTree) - Method in class BioinfoFieldExtractor.UPGMA
Cluster "closely-related" trees into clusters
ComAndControlSocket - Class in ProxyServer
This class keeps an instance of a command and control socket, which provides functionality to control the fuzzer remotely.
ComAndControlSocket(FuzzerMain) - Constructor for class ProxyServer.ComAndControlSocket
 
ComAndControlSocket(int, FuzzerMain) - Constructor for class ProxyServer.ComAndControlSocket
 
command - Variable in class socks.ProxyMessage
Request/response code as an int
ConfigVariables - Class in AutoFuzzMain
 
ConfigVariables() - Constructor for class AutoFuzzMain.ConfigVariables
 
connectionTimeout - Static variable in class socks.server.Ident
Maximum amount of time we should wait before dropping the connection to identd server.Setting it to 0 implies infinit timeout.
ConsensusSeq - Class in BioinfoFieldExtractor
This is the generic class for storing a consensus sequence.
ConsensusSeq() - Constructor for class BioinfoFieldExtractor.ConsensusSeq
 
constructAutomaton(ArrayList<MessageTrace>, AbstractionFunct, AbstractionFunct) - Method in class ProtocolLearner.PassiveLearner
Constructs a FSM from a sample of message traces and input/output abstraction function
constructGenericSeq(ArrayList<ArrayList<Integer>>) - Method in class BioinfoFieldExtractor.GenericSeqConstructor
This function constructs a generic message from a consensus message
contains(String) - Method in class socks.InetRange
Checks wether the givan host is in the range.
contains(String, boolean) - Method in class socks.InetRange
Checks wether the given host is in the range.
contains(InetAddress) - Method in class socks.InetRange
Checks wether the given ip is in the range.
convertArrayListOfStringsToInts(ArrayList<String>) - Method in class BioinfoFieldExtractor.ASCIIconverter
Converts an array list of strings into a double array of integers where a row is a message id, and columns is the message itself.
convertArrListToString(ArrayList<Integer>) - Method in class BioinfoFieldExtractor.ASCIIconverter
Converts a string to its ascii dec representation.
convertArrListToString(ArrayList<Integer>) - Static method in class BioinfoFieldExtractor.BioTester
 
convertArrListToString(ArrayList<Integer>) - Static method in class BioinfoFieldExtractor.MultiSequenceAligner
 
convertToDec(String) - Method in class BioinfoFieldExtractor.GlobalAlignment
Converts string to an array of dec representations of the chars
convertToDec(String) - Method in class BioinfoFieldExtractor.UPGMA
Converts string to an array of dec representations of the chars
convertToDecArray(String) - Method in class BioinfoFieldExtractor.ASCIIconverter
Converts string to an array of dec representations of the chars
convertToDecArrayList(String) - Method in class BioinfoFieldExtractor.ASCIIconverter
 

A B C D E F G H I L M N O P R S T U V W