mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-06 18:35:27 +00:00
23 lines
751 B
C#
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());
|
|||
|
}
|
|||
|
}
|
|||
|
}
|