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: cfFncEnabler.Program
|
|||
|
// Assembly: cfFncEnabler, Version=1.0.0.18, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 332E9E14-3026-4FC8-B925-0BA2C251918E
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Virut.ce-bb6bf5a81e7ce35327253fa15ae76b9f32a2dfb7c0def1083789e9ea135c25ee.exe
|
|||
|
|
|||
|
using System;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace cfFncEnabler
|
|||
|
{
|
|||
|
internal static class Program
|
|||
|
{
|
|||
|
[STAThread]
|
|||
|
private static void Main()
|
|||
|
{
|
|||
|
Application.EnableVisualStyles();
|
|||
|
Application.SetCompatibleTextRenderingDefault(false);
|
|||
|
Application.Run((Form) new Form1());
|
|||
|
}
|
|||
|
}
|
|||
|
}
|