MalwareSourceCode/MSIL/Trojan-Dropper/Win32/D/Trojan-Dropper.Win32.Demp.bbz-fceac36d4e31951c3da229f7ac22e2d5cf88275cf5898ad4f9ca8c1325363ba9/My/MyApplication.cs
2022-08-18 06:28:56 -05:00

19 lines
646 B
C#

// Decompiled with JetBrains decompiler
// Type: My.MyApplication
// Assembly: launcherr, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 844F7C1A-8FFD-4C74-9D86-01958A0C4B7B
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Demp.bbz-fceac36d4e31951c3da229f7ac22e2d5cf88275cf5898ad4f9ca8c1325363ba9.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
{
}
}