Skip to content

Basic injectable for analyzing the behavior of evasive malware

Notifications You must be signed in to change notification settings

pulpocaminante/HookTools

Repository files navigation

HookTools

Overview

HookTools is a small tool designed to aid in the analysis of extremely evasive malware. It can be injected into a piece of malware to determine its reaction to specific changes.

Features

HookTools comes with a series of toggleable features:

  • Module Name Access: Allow the analyzed process to retrieve the names of loaded modules.
  • Handle Access: Permit the process to open handles to other processes.
  • Self Handle Access: Enable the process to use OpenProcess to obtain a handle to itself.
  • Process Snapshotting: Allow the process to create snapshots of any running process.
  • Self Snapshotting: Allow the process to create snapshots of itself.
  • Global Hooking: Enable the process to set global hooks.

Requirements

To use HookTools, the following dependency is required:

  • Microsoft Detours: A library for intercepting and instrumenting functions on Windows. It can be found here.

About

Basic injectable for analyzing the behavior of evasive malware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published