Skip to content

EasyHook 2.7 Beta (2.7.5870.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@justinstenning justinstenning released this 27 Jan 02:30
· 49 commits to master since this release

EasyHook 2.7 brings support for .NET 4.0, Visual Studio 2013 and no longer requires assemblies to be registered into the Global Assembly Cache (GAC) for remote injection (although GAC registration is still supported).

The EasyHook.IEntryPoint now supports method overloads for the constructor and Run() method. A matching constructor and Run() method must be defined with the same parameters for each overload.

COM interfaces are now easier to hook with the EasyHook.COMClassInfo class that simplifies retrieval of method addresses from COM interfaces.

Please report any bugs in the issue tracker.

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

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

v2.7.5870.0 changes:

  • EasyLoad Loader reverts to using default AppDomain if a new AppDomain cannot be created. This works around an issue in the .NET Framework where if an executable uses a stack commit size larger than 0x3E000 creating a new app domain fails with an OutOfMemoryException - #66
  • COMClassInfo now queries the correct interface when specified a Guid - #46
  • License changed to MIT License
  • Added missing X64_DRIVER define to 64bit driver project

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