Skip to content

Commit 8340aaf

Browse files
committed
Fixed plugin name and description.
1 parent 773312e commit 8340aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Allgemeine Informationen über eine Assembly werden über die folgenden
66
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
77
// 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.")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("KN4CK3R")]
1212
[assembly: AssemblyProduct("ReClass.NET Plugin")]

0 commit comments

Comments
 (0)