mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
23 lines
682 B
C#
23 lines
682 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: HexConverter.Program
|
|||
|
// Assembly: HexConverter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 69C743DF-5670-4BA1-B9C9-0F7A066F699A
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Otwycal.a-e8185cfeb5eed43452d4fc000bc9dad88c82a7d405e4cc7e61131d390a782aa2.exe
|
|||
|
|
|||
|
using System;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace HexConverter
|
|||
|
{
|
|||
|
internal static class Program
|
|||
|
{
|
|||
|
[STAThread]
|
|||
|
private static void Main()
|
|||
|
{
|
|||
|
Application.EnableVisualStyles();
|
|||
|
Application.SetCompatibleTextRenderingDefault(false);
|
|||
|
Application.Run((Form) new Form1());
|
|||
|
}
|
|||
|
}
|
|||
|
}
|