MalwareSourceCode/MSIL/Trojan/Win32/F/Trojan.Win32.Fsysna.caxv-037e8f435263ae1d8009e3584275584533ef8a2bb31df5ce7ececd944ca636e5/WindowsApplication5/x867eb3246b182488.cs
2022-08-18 06:28:56 -05:00

23 lines
751 B
C#

// Decompiled with JetBrains decompiler
// Type: WindowsApplication5.x867eb3246b182488
// Assembly: WindowsApplication5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 5A2C317D-8013-4261-BC81-62C2E42A4E7A
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Fsysna.caxv-037e8f435263ae1d8009e3584275584533ef8a2bb31df5ce7ececd944ca636e5.exe
using System;
using System.Windows.Forms;
namespace WindowsApplication5
{
internal static class x867eb3246b182488
{
[STAThread]
private static void xc447809891322395()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run((Form) new xaa4f033827d75b4d());
}
}
}