Added remotedesktop + process manager
This commit is contained in:
NYAN CAT 2019-02-07 15:57:05 -08:00
parent 264affa76f
commit 56501ac691
4 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -31,6 +32,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>async_icon.ico</ApplicationIcon>

View File

@ -7,7 +7,7 @@ namespace AsyncRAT_Sharp
{
public static readonly List<Clients> Online = new List<Clients>();
public static readonly int Port = 6606;
public static readonly string Version = "0.2.2";
public static readonly string Version = "0.2.3";
public static long Sent = 0;
public static long Received = 0;
}

View File

@ -33,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject />

View File

@ -33,7 +33,7 @@ namespace Client
{
public static readonly string IP = "127.0.0.1";
public static readonly int Port = 6606;
public static readonly string Version = "0.2.2";
public static readonly string Version = "0.2.3";
}
/// The Main Class