mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
25 lines
754 B
C#
25 lines
754 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: mini.My.MyComputer
|
|||
|
// Assembly: mini, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 952B6C26-6BED-4AA4-A7C3-6C9D321E8DF3
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Fsysna.diom-a5ef4d55c96aca6699873bba5d26645f4e3270ab2122ef8929a443cfb34a5a45.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic.Devices;
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
|
|||
|
namespace mini.My
|
|||
|
{
|
|||
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
internal class MyComputer : Computer
|
|||
|
{
|
|||
|
[DebuggerHidden]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
public MyComputer()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|