An experimental fork of CCob's MinHook.NET project. Changes include:
- Retargeted from .NET Framework to .NET Standard.
- Replaced P/Invoke with D/Invoke.
- Replaced Win32 APIs (VirtualAlloc/VirtualProtect/etc) with their equivalent Nt-API counterparts (NtAllocateVirtualMemory/NtProtectVirtualMemory/etc).