Skip to content
Birch-san edited this page Feb 11, 2017 · 3 revisions

Basic instructions are here, but I submit some further details.

Install:

In the root of the solution, create a folder interactive-text-hooker\lib\Debug and interactive-text-hooker\Release

Copy C:\WinDDK\7600.16385.1\lib\win7\i386\ntdll.lib into interactive-text-hooker\lib\Debug and also into interactive-text-hooker\lib\Release.

Copy C:\WinDDK\7600.16385.1\inc\api\winres.h into interactive-text-hooker\ITH

===

I recommend releasing some built binaries on your releases page.

===

Fun fact: winres.h is already in the source tree, but in the wrong place (it needs to be in interactive-text-hooker\ITH instead). Yes, this is the same file as the C:\WinDDK\7600.16385.1\inc\api\winres.h that you can acquire from Windows Driver Kit 7.1 7600.16385.1.

Clone this wiki locally