~ruther/csharp-dll-injector

e50413122ffccc9a61f7f524bf7eb773084a41a6 — Rutherther 2 years ago f606b74 master
Update README.md
1 files changed, 3 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +3 -1
@@ 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<int>(); // 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

Do not follow this link