From 5c46b3b8b2c8ceea59f61deba93eeee1e7b9d182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 21 Jan 2024 17:42:44 +0100 Subject: [PATCH] Mention Wine support in README.md/PACKAGE.md and in the docs. --- PACKAGE.md | 4 ++-- README.md | 4 ++-- doc/index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PACKAGE.md b/PACKAGE.md index 64eac90..acdf48b 100644 --- a/PACKAGE.md +++ b/PACKAGE.md @@ -1,8 +1,8 @@ # Ruptura **Ruptura** provides a set of libraries that make it easy to inject a managed -.NET assembly into arbitrary Windows processes for the purposes of function -hooking and memory manipulation. +.NET assembly into arbitrary Windows (and Wine) processes for the purposes of +function hooking and memory manipulation. **Ruptura** injects a bundled native module into the target process, which then locates the .NET runtime in either framework-dependent or self-contained mode diff --git a/README.md b/README.md index 7324ce7..633b4a9 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ -------------------------------------------------------------------------------- **Ruptura** provides a set of libraries that make it easy to inject a managed -.NET assembly into arbitrary Windows processes for the purposes of function -hooking and memory manipulation. +.NET assembly into arbitrary Windows (and Wine) processes for the purposes of +function hooking and memory manipulation. **Ruptura** injects a bundled native module into the target process, which then locates the .NET runtime in either framework-dependent or self-contained mode diff --git a/doc/index.md b/doc/index.md index e205d6e..4bb05c3 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,8 +1,8 @@ # Home **Ruptura** provides a set of libraries that make it easy to inject a managed -.NET assembly into arbitrary Windows processes for the purposes of function -hooking and memory manipulation. +.NET assembly into arbitrary Windows (and Wine) processes for the purposes of +function hooking and memory manipulation. **Ruptura** injects a bundled native module into the target process, which then locates the .NET runtime in either framework-dependent or self-contained mode