Skip to content

Commit

Permalink
Mention Wine support in README.md/PACKAGE.md and in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 21, 2024
1 parent 6a85a86 commit 5c46b3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PACKAGE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5c46b3b

Please sign in to comment.