You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to inject a managed DLL into a managed (.NET core) process and execute the entry method. Maybe dnSpyEx already supports this? I couldn't find it
Proposal
When debugging a target allow us to select a managed DLL to inject and perhaps select a method to execute
Alternatives
I couldn't find any simple injector that works with .NET (core) targets
Target has detection for DOTNET_STARTUP_HOOKS so I cannot use this either.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Check the last section "Harmony Hooking from the DnSpyEx Debugging Context" - where we used the "Watch" window to load our managed hooking dll and invoke some functions etc.
Hopefully, it could be useful in your case too.
Problem Description
I need to inject a managed DLL into a managed (.NET core) process and execute the entry method. Maybe dnSpyEx already supports this? I couldn't find it
Proposal
When debugging a target allow us to select a managed DLL to inject and perhaps select a method to execute
Alternatives
I couldn't find any simple injector that works with .NET (core) targets
Target has detection for
DOTNET_STARTUP_HOOKS
so I cannot use this either.Additional Context
No response
The text was updated successfully, but these errors were encountered: