mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-12 13:25:30 +00:00
25 lines
743 B
C#
25 lines
743 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: My.MyComputer
|
|||
|
// 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.Devices;
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
|
|||
|
namespace My
|
|||
|
{
|
|||
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
internal class MyComputer : Computer
|
|||
|
{
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
[DebuggerHidden]
|
|||
|
public MyComputer()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|