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, and Windows 8.1.
EasyHook currently supports injecting assemblies built for .NET Framework 3.5 and 4.0 and can also inject native DLLs.
Reporting bugs is the only way to get them fixed and help other users of the library!
Report issues at: https://github.com/EasyHook/EasyHook/issues
For more information head to the EasyHook site https://easyhook.github.io
Copyright (C) 2009 Christoph Husse & (C) 2012 Justin Stenning
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
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