Results 1 to 2 of 2
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    EasyHook Continuing Detours

    EasyHook Continuing Detours


    EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.

    The following is an incomplete list of features:
    • A so called "Thread Deadlock Barrier" will get rid of many core problems when hooking unknown APIs; this technology is unique to EasyHook
    • You can write managed hook handlers for unmanaged APIs
    • You can use all the convenience managed code provides, like NET Remoting, WPF and WCF for example
    • A documented, pure unmanaged hooking API
    • Support for 32- and 64-bit kernel mode hooking (also check out my PatchGuard 3 bypass driver which can be found in the release list)
    • No resource or memory leaks are left in the target
    • Source code was rewritten entirely and this will greatly improve performance, stability and maintainability
    • Experimental stealth injection mechanism that won't raise attention of any current AV Software
    • EasyHook32.dll and EasyHook64.dll are now pure unmanaged modules and can be used without any NET framework installed!
    • All hooks are installed and automatically removed in a stable manner
    • Support for Windows Vista SP1 x64 and Windows Server 2008 SP1 x64 by utilizing totally undocumented APIs, to still allow hooking into any terminal session.
    • Managed/Unmanaged module stack trace added
    • Get calling managed/unmanaged module inside a hook handler
    • Create custom stack traces inside a hook handler
    • You will be able to write injection libraries and host processes compiled for AnyCPU, which will allow you to inject your code into 32- and 64-Bit processes from 64- and 32-Bit processes by using the very same assembly in all cases.
    • EasyHook supports RIP-relative addressing relocation for 64-Bit targets.
    • License has changed to Lesser GPL (LGPL)
    • No unpacking/installation necessary anymore.
    • No CRT bindings for release configurations, reducing deployment size about some megabytes.
    • The Visual Studio Redistributable is not required anymore.
    • First feature complete release of EasyHook...


    The library is currently still in BETA state, but should be stable enough for development. Don't hesitate to report any bugs you find, because that's the only way for me to fix them. You can be sure that any serious bug you report, will be fixed soon...

    Downloads from google
    • PatchGuard 3 Bypassing Documentation
    • PatchGuard 3 Bypassing Driver Source Code
    • EasyHook 2.5 Beta Tutorial and Introduction
    • EasyHook 2.5 Beta Managed API Reference
    • EasyHook 2.5 Beta Unmanaged API Reference Guide
    • EasyHook 2.5 Beta Binaries
    • EasyHook 2.5 Beta Source Code
    • EasyHook Beta 2.0
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following User Says Thank You to Dwar For This Useful Post:


  3. #2
    jhapoy021
    jhapoy021 is offline
    New member
    Join Date
    2011 Dec
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    thanks for sharing... im reading now.. i try to apply this in my project.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •