C# Class Fuzzer.XmlFactory.XmlAnalyzeFactory

Creates all components of the analyzation process by using settings defined in the specified xml file.
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
CreateAnalyzeController ( ) : AnalyzeController
Init ( ) : void

Initializes the analyzation environment

XmlAnalyzeFactory ( string path ) : System

Private Methods

Méthode Description
InitAnalyzers ( ) : void
InitErrorLog ( ) : void
InitFuzzLogPath ( ) : void
InitRegisterTypeResolver ( ) : void
InitRegisters ( ) : void

Method Details

CreateAnalyzeController() public méthode

public CreateAnalyzeController ( ) : AnalyzeController
Résultat Fuzzer.Analyzers.AnalyzeController

Init() public méthode

Initializes the analyzation environment
public Init ( ) : void
Résultat void

XmlAnalyzeFactory() public méthode

public XmlAnalyzeFactory ( string path ) : System
path string
Résultat System