Skip to content

A C# port of the MinHook API hooking library

License

Notifications You must be signed in to change notification settings

rasta-mouse/MinHook.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C# port of the MinHook API hooking library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • XSLT 0.3%