HookFinder is a lightweight tool designed to inject a DLL into a running process to monitor for Ring 3 hooks. This project relies on Microsoft Detours for DLL injection and hook detection.
Before you can build and run HookMonitor, ensure that you have the following:
- Microsoft Detours: Download and install from Microsoft Detours
- Windows Operating System: This project is developed and tested on Windows.
-
Clone the Repository:
git clone [email protected]:pulpocaminante/HookFinder.git cd HookFinder
-
Set Up Microsoft Detours:
- Follow the installation instructions for Microsoft Detours from the official site.
- Make sure to include the Detours library in your project. Adjust the project settings to link against
detours.lib
.
-
Build the Project:
- Open the project in your IDE (e.g., Visual Studio).
- Build the solution. Ensure there are no errors.
-
Inject the DLL:
- Use a DLL injection tool
-
??? Profit