Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 221 Bytes

csharp.md

File metadata and controls

12 lines (11 loc) · 221 Bytes

messagebox

using System.Windows.Forms;
...
MessageBox.Show("test");

print byte type

byte[] array = Program.RC4.Decrypt(bytes, data);
Console.WriteLine(Encoding.Default.GetString(array));