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

Remove the x86 build configuration from the CoreHook project #68

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

We only need the AnyCPU configuration since we can target 32-bit and 64-bit applications from the AnyCPU configuration and use the architecture of the target process to determine which native modules to inject.