Skip to content

dxre/EasyHook

 
 

Repository files navigation

Welcome to EasyHook - The reinvention of Windows API Hooking

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.

Bug reports or questions

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

More information

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

License

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.

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

About

EasyHook - The reinvention of Windows API Hooking

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.9%
  • C# 35.6%
  • C++ 3.8%
  • Assembly 1.7%