mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
31 lines
864 B
C#
31 lines
864 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ICSharpCode.SharpZipLib.Tar.TarException
|
|
// Assembly: WindowsBC, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9909ee17073e3364
|
|
// MVID: 658BFC85-36E1-493D-98E6-AE9127D73D60
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Downloader.MSIL.BitCoinMiner.c-64f742a0b28b2c3d2a62ef6607fcfd5fa55b793a1aff3a6c11e014e3b119149e.exe
|
|
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
using System.Runtime.Serialization;
|
|
|
|
namespace ICSharpCode.SharpZipLib.Tar
|
|
{
|
|
[Serializable]
|
|
public sealed class TarException : SharpZipBaseException
|
|
{
|
|
protected TarException([In] SerializationInfo obj0, [In] StreamingContext obj1)
|
|
: base(obj0, obj1)
|
|
{
|
|
}
|
|
|
|
public TarException()
|
|
{
|
|
}
|
|
|
|
public TarException([In] string obj0)
|
|
: base(obj0)
|
|
{
|
|
}
|
|
}
|
|
}
|