MalwareSourceCode/MSIL/Trojan/Win32/I/Trojan.Win32.Inject.echy-227c3fafebb1b2fb6e3ecabc01855dde70a017a840076a50939ff1c6af65afb8/MyApplication.cs
2022-08-18 06:28:56 -05:00

19 lines
635 B
C#

// Decompiled with JetBrains decompiler
// Type: My.MyApplication
// Assembly: sub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 1EFA436E-F791-4E79-A4FC-753DBB8ECCD0
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Inject.echy-227c3fafebb1b2fb6e3ecabc01855dde70a017a840076a50939ff1c6af65afb8.exe
using Microsoft.VisualBasic.ApplicationServices;
using System.CodeDom.Compiler;
using System.ComponentModel;
namespace My
{
[EditorBrowsable(EditorBrowsableState.Never)]
[GeneratedCode("MyTemplate", "8.0.0.0")]
internal class MyApplication : ApplicationBase
{
}
}