mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
23 lines
712 B
C#
23 lines
712 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Toya.Upgrade.Program
|
|
// Assembly: Toya.Upgrade, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17364d3304d11368
|
|
// MVID: 0375251D-E018-4B03-B16E-A2B257E37C3F
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Virut.af-aff9bba96e482313952036dcb188d1e61b55115cab9bc23c4a365ea2decdb065.exe
|
|
|
|
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Toya.Upgrade
|
|
{
|
|
internal static class Program
|
|
{
|
|
[STAThread]
|
|
private static void Main(string[] args)
|
|
{
|
|
Application.EnableVisualStyles();
|
|
Application.SetCompatibleTextRenderingDefault(false);
|
|
Application.Run((Form) new FrmMain(args));
|
|
}
|
|
}
|
|
}
|