mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-29 06:25:27 +00:00
27 lines
769 B
C#
27 lines
769 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: SmartAssembly.Attributes.PoweredByAttribute
|
|||
|
// 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 SmartAssembly.SmartExceptionsCore;
|
|||
|
using System;
|
|||
|
|
|||
|
namespace SmartAssembly.Attributes
|
|||
|
{
|
|||
|
public sealed class PoweredByAttribute : Attribute
|
|||
|
{
|
|||
|
public PoweredByAttribute(string s)
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
}
|
|||
|
catch (Exception ex)
|
|||
|
{
|
|||
|
string str = s;
|
|||
|
throw UnhandledException.\u0003(ex, (object) this, (object) str);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|