You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugin/Properties/AssemblyInfo.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
// Allgemeine Informationen über eine Assembly werden über die folgenden
6
6
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
7
7
// die einer Assembly zugeordnet sind.
8
-
[assembly:AssemblyTitle("Memory Pipe")]
9
-
[assembly:AssemblyDescription("A plugin which transfers memory from a target process through a pipe. This can be used if the target process doesn't allow remote access but can be attacked by dll injection.")]
8
+
[assembly:AssemblyTitle("Handle Abuser")]
9
+
[assembly:AssemblyDescription("A ReClass.NET plugin which uses the process handles of an other process to access the data of the target.")]
0 commit comments