unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Cannot find Inject method in CoreHook.BinaryInjection nuget package #140

Open JPDelprat opened 1 year ago

JPDelprat commented 1 year ago

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