mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-25 21:05:28 +00:00
50 lines
1.4 KiB
C#
50 lines
1.4 KiB
C#
|
// 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 \u0001;
|
|||
|
using \u0005;
|
|||
|
using System;
|
|||
|
using System.Drawing;
|
|||
|
using System.IO;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
namespace \u0005
|
|||
|
{
|
|||
|
internal sealed class \u0006
|
|||
|
{
|
|||
|
[NonSerialized]
|
|||
|
internal static \u0002 \u0001;
|
|||
|
|
|||
|
public static Bitmap \u0003([In] string obj0)
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
Stream stream = \u001F\u0004.\u007E\u001C\u0006((object) \u0003\u0003.\u0082\u0006(), \u0091\u0005.\u0096\u0003(\u0006.\u0001(3782), obj0, \u0006.\u0001(3843)));
|
|||
|
return stream == null ? (Bitmap) null : new Bitmap(stream);
|
|||
|
}
|
|||
|
catch
|
|||
|
{
|
|||
|
return (Bitmap) null;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
public static Icon \u0003([In] string obj0)
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
Stream stream = \u001F\u0004.\u007E\u001C\u0006((object) \u0003\u0003.\u0082\u0006(), \u0091\u0005.\u0096\u0003(\u0006.\u0001(3782), obj0, \u0006.\u0001(3852)));
|
|||
|
return stream == null ? (Icon) null : new Icon(stream);
|
|||
|
}
|
|||
|
catch
|
|||
|
{
|
|||
|
return (Icon) null;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
static \u0006() => \u0003.\u0003();
|
|||
|
}
|
|||
|
}
|