MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.aamy-d1153c91831872cfeacf510426d9b4752eab5933102816559dcd2628b12a7253/_0005/_0005.cs

43 lines
1.3 KiB
C#
Raw Normal View History

2022-08-18 11:28:56 +00:00
// Decompiled with JetBrains decompiler
// Type: .
// Assembly: syncuiLoader, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: F112AE9C-7564-463C-8834-3BB2BC4FBE1B
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.aamy-d1153c91831872cfeacf510426d9b4752eab5933102816559dcd2628b12a7253.exe
using System.Drawing;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
namespace \u0005
{
internal sealed class \u0005
{
public static Bitmap \u0003([In] string obj0)
{
try
{
Stream manifestResourceStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("SmartAssembly.SmartExceptionsCore.Resources." + obj0 + ".png");
return manifestResourceStream == null ? (Bitmap) null : new Bitmap(manifestResourceStream);
}
catch
{
return (Bitmap) null;
}
}
public static Icon \u0003([In] string obj0)
{
try
{
Stream manifestResourceStream = Assembly.GetExecutingAssembly().GetManifestResourceStream("SmartAssembly.SmartExceptionsCore.Resources." + obj0 + ".ico");
return manifestResourceStream == null ? (Icon) null : new Icon(manifestResourceStream);
}
catch
{
return (Icon) null;
}
}
}
}