mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
30 lines
969 B
C#
30 lines
969 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: MsGac.Fusion.Native.IAssemblyCacheItem
|
|
// Assembly: CCCInstall, Version=2.0.3163.17516, Culture=neutral, PublicKeyToken=null
|
|
// MVID: FB1048F0-5C3B-4430-944F-CD20B70875CD
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Virut.ce-a5390b2b18d2a77666607470ebf93830056f4a617362a2ac03e16666a0bc6bad.exe
|
|
|
|
using System.Runtime.InteropServices;
|
|
using System.Runtime.InteropServices.ComTypes;
|
|
|
|
namespace MsGac.Fusion.Native
|
|
{
|
|
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
|
[Guid("9E3AAEB4-D1CD-11D2-BAB9-00C04F8ECEAE")]
|
|
[ComImport]
|
|
internal interface IAssemblyCacheItem
|
|
{
|
|
void CreateStream(
|
|
uint dwFlags,
|
|
[MarshalAs(UnmanagedType.LPWStr)] string pszStreamName,
|
|
uint dwFormat,
|
|
uint dwFormatFlags,
|
|
out IStream ppIStream,
|
|
ref long puliMaxSize);
|
|
|
|
void Commit(uint dwFlags, out long pulDisposition);
|
|
|
|
void AbortItem();
|
|
}
|
|
}
|