mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
25 lines
744 B
C#
25 lines
744 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: My.MyComputer
|
|
// Assembly: BTCrypt, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 05F7BF95-3B6B-4870-9E92-274D6E31A439
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.MSIL.Crypt.bkc-5f5560792d58a85ded3a28624027cea39aef9092ad62a5dffd1dafc5b77fbede.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
|
|
{
|
|
[DebuggerHidden]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
public MyComputer()
|
|
{
|
|
}
|
|
}
|
|
}
|