From e50413122ffccc9a61f7f524bf7eb773084a41a6 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 7 Jan 2023 13:25:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8f0a2..473c3a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +I would advise to use https://github.com/Reloaded-Project/Reloaded.Injector/ instead of this. + # Important Only one function parameter can be passed. @@ -25,4 +27,4 @@ FunctionResult result = injectedModule.ExecuteFunction("Main"); int integerResult = result.To(); // Primitive types are casted from IntPtr, Reference types are Read from pointer ``` -- See examples for more \ No newline at end of file +- See examples for more -- 2.48.1