EasyHook 2.7.7097
dotnet add package EasyHook --version 2.7.7097
NuGet\Install-Package EasyHook -Version 2.7.7097
<PackageReference Include="EasyHook" Version="2.7.7097" />
paket add EasyHook --version 2.7.7097
#r "nuget: EasyHook, 2.7.7097"
// Install EasyHook as a Cake Addin #addin nuget:?package=EasyHook&version=2.7.7097 // Install EasyHook as a Cake Tool #tool nuget:?package=EasyHook&version=2.7.7097
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 | Versions 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EasyHook:
Package | Downloads |
---|---|
PS4RemotePlayInterceptor
A small .NET library to intercept controls on PS4 Remote Play for Windows |
|
HideWindowFromTaskbarHook.PieroViano
IoCLibrary |
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on EasyHook:
Repository | Stars |
---|---|
rubberduck-vba/Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
|
|
Oliviaophia/SmartTaskbar
A lightweight utility which can automatically switch the display state of the Windows Taskbar.
|
|
FuzzySecurity/Sharp-Suite
Also known by Microsoft as Knifecoat :hot_pepper:
|
|
justinstenning/Direct3DHook
DirectX Capture and Overlays by using Direct3D API hooks
|
|
komefai/PS4Macro
Automation utility for PS4 Remote Play written in C#
|
Version | Downloads | Last updated |
---|---|---|
2.7.7097 | 53,440 | 6/7/2019 |
2.7.6789 | 35,226 | 8/3/2018 |
2.7.6684 | 10,134 | 4/20/2018 |
2.7.6682 | 2,026 | 4/18/2018 |
2.7.6578.1 | 8,284 | 1/4/2018 |
2.7.6270 | 15,405 | 3/2/2017 |
2.7.6035 | 13,194 | 7/10/2016 |
2.7.5870.9 | 3,648 | 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