Tag

Windows Hook

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Oct 29, 2024 · Fundamentals

Implementing a Windows Keyboard Hook in Python Using ctypes

This tutorial explains how to use Python's ctypes library to register, implement, and remove a low‑level keyboard hook on Windows by calling the necessary WinAPI functions from user32.dll and kernel32.dll, providing complete example code and step‑by‑step guidance.

Keyboard MonitoringWindows Hookctypes
0 likes · 8 min read
Implementing a Windows Keyboard Hook in Python Using ctypes
TAL Education Technology
TAL Education Technology
May 20, 2021 · Operations

Implementing HttpDNS on Windows via API Hook for WinInet

This article explains why HttpDNS is used to improve DNS resolution for a WinInet‑based installer, compares two implementation schemes, and details a Windows API Hook solution—including inline hook techniques, detours usage, and custom GetAddrInfoEx handling—to achieve transparent, secure domain resolution on Windows clients.

API HookDNS over HTTPSHttpDNS
0 likes · 12 min read
Implementing HttpDNS on Windows via API Hook for WinInet