File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ public void Read(object o)
85
85
case "Error" :
86
86
{
87
87
new HandleLogs ( ) . Addmsg ( $ "Client { ip } error: { unpack_msgpack . ForcePathObject ( "Error" ) . AsString } ", Color . Red ) ;
88
+ lock ( Settings . LockListviewClients )
89
+ {
90
+ client . LV . ForeColor = Color . Empty ;
91
+ }
88
92
break ;
89
93
}
90
94
case "remoteDesktop" :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static class Settings
19
19
20
20
public static string CertificatePath = Application . StartupPath + "\\ ServerCertificate.p12" ;
21
21
public static X509Certificate2 ServerCertificate ;
22
- public static readonly string Version = "AsyncRAT 0.5.6A " ;
22
+ public static readonly string Version = "AsyncRAT 0.5.6B " ;
23
23
public static object LockListviewClients = new object ( ) ;
24
24
public static object LockListviewLogs = new object ( ) ;
25
25
public static object LockListviewThumb = new object ( ) ;
You can’t perform that action at this time.
0 commit comments