Skip to content

v2.7.7097.0

Latest
Compare
Choose a tag to compare
@justinstenning justinstenning released this 04 Feb 04:56
· 2 commits to master since this release
2b04846

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.7097.0 changes:

  • released updated Nuspec/Nuget with content files (#297)

v2.7.6789.0 changes:

  • Allow far jumps to be modified in trampoline for x64 (#243)

v2.7.6684.0 changes:

  • x64 trampoline: ensure stack is 16 bytes aligned (#214 and #234)

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