EasyHook 2.7.7097

dotnet add package EasyHook --version 2.7.7097
                    
NuGet\Install-Package EasyHook -Version 2.7.7097
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasyHook" Version="2.7.7097" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyHook" Version="2.7.7097" />
                    
Directory.Packages.props
<PackageReference Include="EasyHook" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasyHook --version 2.7.7097
                    
#r "nuget: EasyHook, 2.7.7097"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EasyHook@2.7.7097
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EasyHook&version=2.7.7097
                    
Install as a Cake Addin
#tool nuget:?package=EasyHook&version=2.7.7097
                    
Install as a Cake Tool

This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.

EasyHook currently supports injecting assemblies built for .NET Framework 3.5 and 4.0 and can also inject native DLLs.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EasyHook:

Package Downloads
PS4RemotePlayInterceptor

A small .NET library to intercept controls on PS4 Remote Play for Windows

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.7.7097 100,053 6/7/2019
2.7.6789 36,618 8/3/2018
2.7.6684 11,531 4/20/2018
2.7.6682 2,618 4/18/2018
2.7.6578.1 10,143 1/4/2018
2.7.6270 16,752 3/2/2017
2.7.6035 14,659 7/10/2016
2.7.5870.9 4,513 3/7/2016

2.7.6789.0:
1. Support hooking far jumps even if not first instruction for x64 (#243)

2.7.6684.0:
1. x64 trampoline: ensure stack is 16 bytes aligned (#214 and #234)

2.7.6682.0:
1. Quoted service path to avoid path spaces vulnerability (outlined in CVE-2005-1185, CVE-2005-2938 and CVE-2000-1128)
2. Rename CLIENT_ID struct to DBG_CLIENT_ID (fix build error on Windows SDK 10.0.16299.0) (#225)
3. NuGet support for VS2017 (v141) native C/C++ package (#181)

2.7.6578.0:
1. Allow EasyLoad library path to be specified within Config class - only impacts managed remote hook (#220)
           
2.7.6270.0:
1. CreateAndInject now supports long command lines (#84 / #170)
2. RhCreateRemoveStealthThread now works for 64-bit targets (#91 / #159)
3. Added LhGetHookBypassAddress / LocalHook.HookBypassAddress to allow bypassing the hook and call original directly without having to be within the hook handler (#155)

2.7.6035.0:
1. MAX_HOOK_COUNT increased from 128 to 1024
2. CreateAndInject fixed to support injection across sessions (providing appropriate privileges).
3. RhCreateStealthRemoteThread fixed for 32-bit (still fairly experimental)  (#91)
4. 64-bit driver now preserves RAX register for trampoline (#78)

2.7.5870.0:
1. Added WOW64 boundary executables to NuGet package