C# 클래스 Fuzzer.FuzzLocations.UnixSocketFuzzLocation

상속: BaseFuzzLocation
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
Init ( XmlElement fuzzLocationRoot, ITargetConnector connector, IFuzzLocation>.Dictionary predefinedFuzzers ) : void
Run ( FuzzController ctrl ) : void

보호된 메소드들

메소드 설명
Disposing ( ) : void

메소드 상세

Disposing() 보호된 메소드

protected Disposing ( ) : void
리턴 void

Init() 공개 메소드

public Init ( XmlElement fuzzLocationRoot, ITargetConnector connector, IFuzzLocation>.Dictionary predefinedFuzzers ) : void
fuzzLocationRoot System.Xml.XmlElement
connector ITargetConnector
predefinedFuzzers IFuzzLocation>.Dictionary
리턴 void

Run() 공개 메소드

public Run ( FuzzController ctrl ) : void
ctrl FuzzController
리턴 void