CoreHook
CoreHook copied to clipboard
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I created the console program, after successfully executing hook, found in the console output a lot of record output as follows, may I ask how to close? detours: pbTramp=6DD808E8, pDetour=008034EA...
Hi, I seaching for a dll or exe that do this: Log any file name opened by an process id passed as parameters. To explain better I have a application...
I feel bad for promoting my libraries again but I noticed you have a project for memory scanning. A few days ago I released a library that handles this sort...
We will use this issue for a discussion on implementing different injection methods for our libraries.
NuGet
Do you plan to upload this to NuGet?
Unix and macOS support needs to be tested more and the code needs to be written better so it has been removed from the master branch for now. I would...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
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...
The FileMonitor example does not work for me, just showing this line and then exit. Looking through the source code, it seems to be trying to locate runtime configuration with...