C# 클래스 Fuzzer.DataLoggers.StackFrameLogger

Retrieves the current stackframe info from the connector and writes it to disk
상속: IDataLogger
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
FinishedFuzzRun ( ) : void
StackFrameLogger ( ITargetConnector connector, string path ) : System
StartingFuzzRun ( ) : void

비공개 메소드들

메소드 설명
BuildLogFile ( ) : string

Builds the next stack frame log file

메소드 상세

FinishedFuzzRun() 공개 메소드

public FinishedFuzzRun ( ) : void
리턴 void

StackFrameLogger() 공개 메소드

public StackFrameLogger ( ITargetConnector connector, string path ) : System
connector ITargetConnector
path string
리턴 System

StartingFuzzRun() 공개 메소드

public StartingFuzzRun ( ) : void
리턴 void