C# 클래스 Fuzzer.DataLoggers.RemotePipeLogger

Logs all via RemoteControlProtocol received messages for the specified pipe names
상속: IDataLogger
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
FinishedFuzzRun ( ) : void
RemotePipeLogger ( RemoteControlProtocol p, string path ) : System
StartingFuzzRun ( ) : void

비공개 메소드들

메소드 설명
BuildLogFile ( ) : string

Builds the next Pipe logfile

HandlerPipeData ( int pipeId, string pipeName, Byte data, int index, int offset ) : void

메소드 상세

FinishedFuzzRun() 공개 메소드

public FinishedFuzzRun ( ) : void
리턴 void

RemotePipeLogger() 공개 메소드

public RemotePipeLogger ( RemoteControlProtocol p, string path ) : System
p Fuzzer.RemoteControl.RemoteControlProtocol
path string
리턴 System

StartingFuzzRun() 공개 메소드

public StartingFuzzRun ( ) : void
리턴 void