C# Class Fuzzer.XmlFactory.XmlAnalyzeFactory

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

Public Methods

Method Description
CreateAnalyzeController ( ) : AnalyzeController
Init ( ) : void

Initializes the analyzation environment

XmlAnalyzeFactory ( string path ) : System

Private Methods

Method Description
InitAnalyzers ( ) : void
InitErrorLog ( ) : void
InitFuzzLogPath ( ) : void
InitRegisterTypeResolver ( ) : void
InitRegisters ( ) : void

Method Details

CreateAnalyzeController() public method

public CreateAnalyzeController ( ) : AnalyzeController
return Fuzzer.Analyzers.AnalyzeController

Init() public method

Initializes the analyzation environment
public Init ( ) : void
return void

XmlAnalyzeFactory() public method

public XmlAnalyzeFactory ( string path ) : System
path string
return System