Description: Source tool for developers who work with C#to fully implement NtHookEngine.dll.
An extremely powerful way to implement hooks or "detours" because the only source code you need to work with is C#. It does not require C++ or any unmanaged coding languages to implement them. I recommend reading Daniel Pistelli s original article if you wish to see just how brilliant his engine is designed and built. This code should help people utilize the powerful engine with absurd efficiency.
To Search:
File list (Check if you may need any files):
x32x64MiniHookEngine\DemoApp\DemoApp\bin\Debug\ConsoleApplication1.vshost.exe.manifest
....................\.......\.......\DemoApp.csproj
....................\.......\.......\DemoApp.csproj.user
....................\.......\.......\obj\Debug\DemoApp.csproj.FileListAbsolute.txt
....................\.......\.......\...\Release\DemoApp.csproj.FileListAbsolute.txt
....................\.......\.......\Program.cs
....................\.......\.......\...perties\AssemblyInfo.cs
....................\.......\DemoApp.sln
....................\.......\DemoApp.suo
....................\.......\.......\bin\Debug
....................\.......\.......\obj\Debug
....................\.......\.......\...\Release
....................\.......\.......\bin
....................\.......\.......\obj
....................\.......\.......\Properties
....................\.......\DemoApp
....................\DemoApp
x32x64MiniHookEngine