-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find Inject method in CoreHook.BinaryInjection nuget package #140
Comments
How do you resolve this problem? I assume that NuGet package is outdated, because dnSpy can't find RemoteInjector class in the |
To be honest, I don't remember. Anyway, I didn't use CoreHook in the end and just reimplemented things in my own way to suit my needs. Sorry about that. |
Can you please show your solution? I want to make an DX9 overlay, but can't hook my library :( |
Sorry, but my code is part of a bigger project. It would be too much work to remember what I did and extract a simple independent part (with a working sample), or even just provide you with some explanations. There is nothing special in my code. It's just based on information i found on the web. I suggest that you build CoreHook and determine where it fails. Sorry but too much time has passed since I did that. |
No problem. I've accepted it and build everything on .NET Framework 4.0. Thanks for replies |
Hello,
I'm trying to migrate an old project from .net 4.5 (using EasyHooks) to .net 6.0, using your nuget packages.
I don't find the Inject method in nuget packages.
From CoreHook source code, I assumed that this method was located in CoreHook.BinaryInjection package but I cannot find it.
Could you help me, please ?
By the way, do you have some samples for injector using nuget packages ? I've only found such samples for dlls to be injected.
Thanks
The text was updated successfully, but these errors were encountered: