mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
25 lines
745 B
C#
25 lines
745 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: My.MyComputer
|
|
// Assembly: RuneJare, Version=4.9.0.5, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 4CECD9D6-4D72-485A-91C5-776E3C428845
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.zfa-c2a2d38d07d9989c701d41f3048b7300a0f653c71708bca023126694e589ecf9.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()
|
|
{
|
|
}
|
|
}
|
|
}
|