Tag

API Hook

0 views collected around this technical thread.

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
Fulu Network R&D Team
Fulu Network R&D Team
Nov 26, 2020 · Frontend Development

Introducing api-hook: A Lightweight Frontend Tool for API Interception and Mocking

The article presents api-hook, a lightweight React‑based frontend utility that enables developers to intercept, modify, and mock AJAX requests directly in the browser, offering ready‑to‑use, low‑cost solutions for comprehensive API testing and debugging.

AJAXAPI HookAPI mocking
0 likes · 9 min read
Introducing api-hook: A Lightweight Frontend Tool for API Interception and Mocking