Skip to content

EasyHook 2.7 (2.7.6682.0)

Compare
Choose a tag to compare
@justinstenning justinstenning released this 18 Apr 04:59
· 12 commits to master since this release
dbab5b6

Please report any bugs in the issue tracker.

You can find links to API documentation and tutorials on the EasyHook GitHub page https://easyhook.github.io

Available as NuGet here: https://www.nuget.org/packages/EasyHook

For native C++ apps there is also a native NuGet package available: https://www.nuget.org/packages/EasyHookNativePackage

Release binaries for .NET 3.5 and .NET 4.0 are included in the binaries package.

v2.7.6682.0 changes:

  • Quoted service path to avoid path spaces vulnerability (outlined in CVE-2005-1185, CVE-2005-2938 and CVE-2000-1128)
  • Rename CLIENT_ID struct to DBG_CLIENT_ID (fix build error on Windows SDK 10.0.16299.0) (#225)
  • NuGet support for VS2017 (v141) native C/C++ package (#181)
  • Allow EasyLoad library path to be specified within Config class - only impacts managed remote hook (#220)

Important: before extracting the ZIP file you may need to "Unblock" it if downloaded using Internet Explorer. See http://stackoverflow.com/a/8268636/323899