mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
f2ac1ece55
add
28 lines
765 B
C#
28 lines
765 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: TaskScheduler.MonthsOfTheYear
|
|
// Assembly: AutoKMS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: D1CED9E3-1FC7-49B8-B3AC-44976AB7F6E4
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\HackTool.Win32.KMSAuto.i-f317ba4d4051fad64a0aa45b587fa3dcea795bac30acec2872779abe31a07cbe.exe
|
|
|
|
using System;
|
|
|
|
namespace TaskScheduler
|
|
{
|
|
[Flags]
|
|
public enum MonthsOfTheYear : short
|
|
{
|
|
January = 1,
|
|
February = 2,
|
|
March = 4,
|
|
April = 8,
|
|
May = 16, // 0x0010
|
|
June = 32, // 0x0020
|
|
July = 64, // 0x0040
|
|
August = 128, // 0x0080
|
|
September = 256, // 0x0100
|
|
October = 512, // 0x0200
|
|
November = 1024, // 0x0400
|
|
December = 2048, // 0x0800
|
|
}
|
|
}
|