EasyHookNativePackage.symbols
2.7.6578
See the version list below for details.
dotnet add package EasyHookNativePackage.symbols --version 2.7.6578
NuGet\Install-Package EasyHookNativePackage.symbols -Version 2.7.6578
<PackageReference Include="EasyHookNativePackage.symbols" Version="2.7.6578" />
paket add EasyHookNativePackage.symbols --version 2.7.6578
#r "nuget: EasyHookNativePackage.symbols, 2.7.6578"
// Install EasyHookNativePackage.symbols as a Cake Addin #addin nuget:?package=EasyHookNativePackage.symbols&version=2.7.6578 // Install EasyHookNativePackage.symbols as a Cake Tool #tool nuget:?package=EasyHookNativePackage.symbols&version=2.7.6578
Symbols for package 'EasyHookNativePackage'. This package should not likely be installed.
(This is not the package you are looking for).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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)
5. Native NuGet package now includes support for VS2015