MalwareSourceCode/MSIL/Virus/Win32/S/Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975/_0003/_0003.cs
2022-08-18 06:28:56 -05:00

65 lines
1.7 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Decompiled with JetBrains decompiler
// Type: .
// Assembly: a5b7ee8e-cbdf-4eff-9144-efd0c433f3fe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 97CE9FDF-0921-44CB-AE13-1E9A2A550F0F
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975.exe
using \u0005;
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace \u0003
{
internal sealed class \u0003 : Label
{
private void \u0003()
{
try
{
Graphics graphics = \u0099\u0002.\u009F((object) this);
try
{
int num = \u0003.\u0003(graphics, \u0003\u0006.\u007E\u0098((object) this), \u001A\u0004.\u007E\u008B((object) this), \u008A\u0005.\u009C((object) this));
if (num <= 0)
return;
\u0004\u0004.\u008F((object) this, num);
}
finally
{
if (graphics != null)
\u0087\u0005.\u007E\u001F\u0003((object) graphics);
}
}
catch
{
}
}
protected override void OnFontChanged([In] EventArgs obj0)
{
\u0094\u0005.\u0090\u0002((object) this, obj0);
this.\u0003();
}
protected override void OnResize([In] EventArgs obj0)
{
\u0094\u0005.\u0007\u0002((object) this, obj0);
this.\u0003();
}
protected override void OnTextChanged([In] EventArgs obj0)
{
\u0094\u0005.\u0091\u0002((object) this, obj0);
this.\u0003();
}
public \u0003()
{
\u0095\u0003.\u008E\u0002((object) this, FlatStyle.System);
\u000E\u0003.\u008F\u0002((object) this, false);
}
}
}