mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
25 lines
756 B
C#
25 lines
756 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: My.MyComputer
|
|||
|
// Assembly: server, Version=7.6.3.6, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: B399613F-AA44-4659-9C3D-A35CA13F4D34
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Dropper.Win32.Injector.bntu-f14644fe23c0d35dd759c7484edf64eea694c62a0c31a27394e4038bc5972e36.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()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|