C# 클래스 ElectroChecker.Program

파일 보기 프로젝트 열기: HackerDom/ructfe-2015

공개 메소드들

메소드 설명
ExitWithMessage ( ExitCode exitCode, string stderr, string stdout = null ) : int
Main ( string args ) : int

비공개 메소드들

메소드 설명
GetCommonParams ( string args, string &host, string &id, string &flag, int &vuln ) : int
ProcessGet ( string args ) : int
ProcessPut ( string args ) : int

메소드 상세

ExitWithMessage() 공개 정적인 메소드

public static ExitWithMessage ( ExitCode exitCode, string stderr, string stdout = null ) : int
exitCode ExitCode
stderr string
stdout string
리턴 int

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int