Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 405 Bytes

MinHook.NET

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).