mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
24 lines
733 B
C#
24 lines
733 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: My.MyApplication
|
|||
|
// Assembly: bp3cxhjs, Version=1.0.48.5, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: BD053CB7-DAC8-4783-BCAC-74145524855E
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Reconyc.egjq-cde6c4ee7c4f180c803cddbd3b786ea77c40439e414a435210f01b6119f69e25.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic.ApplicationServices;
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
|
|||
|
namespace My
|
|||
|
{
|
|||
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
internal class MyApplication : ApplicationBase
|
|||
|
{
|
|||
|
[DebuggerNonUserCode]
|
|||
|
public MyApplication()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|