C# Class SmashedPotato.Program

Afficher le fichier Open project: Cn33liz/SmashedPotato

Méthodes publiques

Méthode Description
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

Method Details

Base64_Decode() public static méthode

public static Base64_Decode ( string encodedData ) : byte[]
encodedData string
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte data ) : byte[]
data byte
Résultat byte[]

Finished() public static méthode

public static Finished ( ) : void
Résultat void

Launch() public static méthode

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
Résultat void

Main() public static méthode

public static Main ( ) : void
Résultat void

Potato() public static méthode

public static Potato ( ) : string
Résultat string

PrintBanner() public static méthode

public static PrintBanner ( ) : void
Résultat void