From 6b9114c46796a5b5a1c44e9519aefd861a158763 Mon Sep 17 00:00:00 2001 From: thexappy <10898152+theXappy@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:39:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260ba5a..a68338c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![icon](https://raw.githubusercontent.com/theXappy/RemoteNET/main/icon.png) # RemoteNET [![NuGet][nuget-image]][nuget-link] -This library lets you examine, create and interact with remote objects in other .NET processes. +This library lets you examine, create and interact with remote objects in other .NET/Visual C++ processes. The target app doesn't need to be explicitly compiled (or consent) to support it. Basically this library lets you mess with objects of any other .NET app without asking for permissions :)