C# 클래스 Fuzzer.DataGenerators.RandomByteGenerator

상속: IDataGenerator
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GenerateBytes ( byte data ) : void
Init ( int minLen, int maxLen, ByteType byteType, IDataGeneratorLenType lenType ) : void
Init ( int minLen, int maxLen, ByteType byteType, string lenType ) : void

메소드 상세

GenerateData() 공개 메소드

public GenerateData ( ) : byte[]
리턴 byte[]

RandomByteGenerator() 공개 메소드

Call the setup method to initialize the generator
public RandomByteGenerator ( ) : System
리턴 System

RandomByteGenerator() 공개 메소드

public RandomByteGenerator ( int minLen, int maxLen, ByteType byteType, IDataGeneratorLenType lenType ) : System
minLen int
maxLen int
byteType ByteType
lenType IDataGeneratorLenType
리턴 System

SetLogger() 공개 메소드

public SetLogger ( DataGeneratorLogger logger ) : void
logger Fuzzer.DataLoggers.DataGeneratorLogger
리턴 void

Setup() 공개 메소드

public Setup ( string>.IDictionary config ) : void
config string>.IDictionary
리턴 void