Andraste.EasyHook 1.0.2

dotnet add package Andraste.EasyHook --version 1.0.2
NuGet\Install-Package Andraste.EasyHook -Version 1.0.2
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="Andraste.EasyHook" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Andraste.EasyHook --version 1.0.2
#r "nuget: Andraste.EasyHook, 1.0.2"
#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.
// Install Andraste.EasyHook as a Cake Addin
#addin nuget:?package=Andraste.EasyHook&version=1.0.2

// Install Andraste.EasyHook as a Cake Tool
#tool nuget:?package=Andraste.EasyHook&version=1.0.2

Welcome to EasyHook - The reinvention of Windows API Hooking

Join the chat at https://gitter.im/EasyHook/EasyHook

Master branch: Master branch build status

Develop branch: Develop branch build status

You can support the EasyHook project over at Bountysource or raise a bounty for an issue to be fixed: Current bounties

This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit 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.

EasyHook homepage

For more information head to the EasyHook site at https://easyhook.github.io

NuGet

https://www.nuget.org/packages/EasyHook

For native C++ apps there is also a native NuGet package available: https://www.nuget.org/packages/EasyHookNativePackage

Bug reports or questions

Reporting bugs is the only way to get them fixed and help other users of the library! If an issue isn't getting addressed, try raising a bounty for it.

Report issues at: https://github.com/EasyHook/EasyHook/issues

Building

Requires MSBuild Community Tasks: https://github.com/loresoft/msbuildtasks

Build Binaries - build.bat

Requires Visual Studio 2015

Use the build.bat to build binaries for all configurations (.NET 3.5/4.0, Debug/Release, x86/x64).

.\netfx3.5-Debug\x86 .\netfx3.5-Debug\x64 .\netfx3.5-Release\x86 .\netfx3.5-Release\x64 .\netfx4-Debug\x86 .\netfx4-Debug\x64 .\netfx4-Release\x86 .\netfx4-Release\x64

Packaging for Release - build-package.bat

Use the build-package.bat to set version information, build binaries for all configurations and ZIP Release builds and Source within .\Deploy.

Generates a ZIP archive: .\Deploy\EasyHook-#.#.#.#-Binaries.zip .\Deploy\EasyHook-#.#.#.#-Source.zip

Containing the following files: .\Deploy\NetFX3.5* .\Deploy\NetFX4.0* .\Deploy\Source*

License

Copyright (c) 2009 Christoph Husse & Copyright (c) 2012 Justin Stenning

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

External libraries

EasyHook includes the UDIS86 library Copyright (c) 2002-2012, Vivek Thampi vivek.mt@gmail.com. See .\DriverShared\Disassembler\udis86-LICENSE.txt for license details. Minor modifications have been made for it to compile with EasyHook.

More information about UDIS86 can be found at https://github.com/vmt/udis86

Product Compatible and additional computed target framework versions.
.NET Framework 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.
  • .NETFramework 4.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Andraste.EasyHook:

Package Downloads
Andraste.Payload

The Payload is what is injected into the Application to provide all the modding functionality

Andraste.Payload.Generic

Package Description

Andraste.Host

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 303 11/26/2023