Method | 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 |
public static Base64_Decode ( string encodedData ) : byte[] | ||
encodedData | string | |
return | byte[] |
public static Decompress ( byte data ) : byte[] | ||
data | byte | |
return | byte[] |
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 | |
return | void |