Replies: 1 comment 1 reply
-
Yes, abandon all codes or some of your code in the original app then define them in the DLL you are injecting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In dotnet i can inject my library into any dotnet dll via
$env:DOTNET_STARTUP_HOOKS=../Hook.dll
For now i can spawn some threads, add some additional logic outside the main app.
Is it possible to add or replace some logic to my method in original app (i know the method's assembly name, location and signature).
For example, i've a simple console app with the following method:
Is it possible to do that without any "memory injection libraries"?
Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions