C# 클래스 SmashedPotato.Program

파일 보기 프로젝트 열기: Cn33liz/SmashedPotato

공개 메소드들

메소드 설명
Base64_Decode ( string encodedData ) : byte[]
Decompress ( byte data ) : byte[]
Finished ( ) : void
Launch ( byte PotatoBytes, string ip, string wpad, string exhaust, string defender, string task, int port ) : void
Main ( ) : void
Potato ( ) : string
PrintBanner ( ) : void

메소드 상세

Base64_Decode() 공개 정적인 메소드

public static Base64_Decode ( string encodedData ) : byte[]
encodedData string
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( byte data ) : byte[]
data byte
리턴 byte[]

Finished() 공개 정적인 메소드

public static Finished ( ) : void
리턴 void

Launch() 공개 정적인 메소드

public static Launch ( byte PotatoBytes, string ip, string wpad, string exhaust, string defender, string task, int port ) : void
PotatoBytes byte
ip string
wpad string
exhaust string
defender string
task string
port int
리턴 void

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

Potato() 공개 정적인 메소드

public static Potato ( ) : string
리턴 string

PrintBanner() 공개 정적인 메소드

public static PrintBanner ( ) : void
리턴 void