C# Class Fuzzer.DataGenerators.RandomByteGenerator

Inheritance: IDataGenerator
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
GenerateData ( ) : byte[]
RandomByteGenerator ( ) : System

Call the setup method to initialize the generator

RandomByteGenerator ( int minLen, int maxLen, ByteType byteType, IDataGeneratorLenType lenType ) : System
SetLogger ( DataGeneratorLogger logger ) : void
Setup ( string>.IDictionary config ) : void

Private Methods

Méthode Description
GenerateBytes ( byte data ) : void
Init ( int minLen, int maxLen, ByteType byteType, IDataGeneratorLenType lenType ) : void
Init ( int minLen, int maxLen, ByteType byteType, string lenType ) : void

Method Details

GenerateData() public méthode

public GenerateData ( ) : byte[]
Résultat byte[]

RandomByteGenerator() public méthode

Call the setup method to initialize the generator
public RandomByteGenerator ( ) : System
Résultat System

RandomByteGenerator() public méthode

public RandomByteGenerator ( int minLen, int maxLen, ByteType byteType, IDataGeneratorLenType lenType ) : System
minLen int
maxLen int
byteType ByteType
lenType IDataGeneratorLenType
Résultat System

SetLogger() public méthode

public SetLogger ( DataGeneratorLogger logger ) : void
logger Fuzzer.DataLoggers.DataGeneratorLogger
Résultat void

Setup() public méthode

public Setup ( string>.IDictionary config ) : void
config string>.IDictionary
Résultat void