mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 13:25:26 +00:00
f2ac1ece55
add
25 lines
755 B
C#
25 lines
755 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Stub1.My.MyComputer
|
|
// Assembly: Stub1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 9B260F9E-B637-4FE8-A861-15D68DACD951
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Scar.cmvb-569573b0cae3b5e6bf8021e6d8ae1c973adaaa1b3afb08ee5269323014f3469c.exe
|
|
|
|
using Microsoft.VisualBasic.Devices;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
|
|
namespace Stub1.My
|
|
{
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal class MyComputer : Computer
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
[DebuggerHidden]
|
|
public MyComputer()
|
|
{
|
|
}
|
|
}
|
|
}
|