C# 클래스 Fuzzer.XmlFactory.XmlAnalyzeFactory

Creates all components of the analyzation process by using settings defined in the specified xml file.
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
CreateAnalyzeController ( ) : AnalyzeController
Init ( ) : void

Initializes the analyzation environment

XmlAnalyzeFactory ( string path ) : System

비공개 메소드들

메소드 설명
InitAnalyzers ( ) : void
InitErrorLog ( ) : void
InitFuzzLogPath ( ) : void
InitRegisterTypeResolver ( ) : void
InitRegisters ( ) : void

메소드 상세

CreateAnalyzeController() 공개 메소드

public CreateAnalyzeController ( ) : AnalyzeController
리턴 Fuzzer.Analyzers.AnalyzeController

Init() 공개 메소드

Initializes the analyzation environment
public Init ( ) : void
리턴 void

XmlAnalyzeFactory() 공개 메소드

public XmlAnalyzeFactory ( string path ) : System
path string
리턴 System