mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
25 lines
758 B
C#
25 lines
758 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: U_Stub.My.MyComputer
|
|
// Assembly: U-Stub, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 1A3D191F-9017-4B28-BB6C-EB744F26B6E8
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.cqas-7b1e23881a8ecad479bf21b176cf0d45377cb7306820490a17e1470826acc586.exe
|
|
|
|
using Microsoft.VisualBasic.Devices;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
|
|
namespace U_Stub.My
|
|
{
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal class MyComputer : Computer
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
[DebuggerHidden]
|
|
public MyComputer()
|
|
{
|
|
}
|
|
}
|
|
}
|