mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 10:56:10 +00:00
f2ac1ece55
add
18 lines
530 B
C#
18 lines
530 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Bot1.Bot1
|
|
// Assembly: Bot1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 20DD3A26-8F2D-4308-84CA-4E2001F5A7BC
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Flooder.Win32.BotNet-11803bea825d1019c1c625a35ddac314d1b24b11958883eb4cc10b0fde3423f3.exe
|
|
|
|
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Bot1
|
|
{
|
|
public class Bot1
|
|
{
|
|
[STAThread]
|
|
private static void Main() => Application.Run((Form) new FormMain());
|
|
}
|
|
}
|