MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.zfa-c2a2d38d07d9989c701d41f3048b7300a0f653c71708bca023126694e589ecf9/MyComputer.cs
2022-08-18 06:28:56 -05:00

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()
{
}
}
}