Tag

Windows API

0 views collected around this technical thread.

Tencent Docs Tech Team
Tencent Docs Tech Team
May 29, 2025 · Operations

Memory Optimization Strategies for the Tencent Docs Desktop Client

This technical report details the background, proposed solutions, implementation steps, and measurable results of a series of memory‑saving optimizations applied to the Tencent Docs desktop application built with Electron, including container merging, tombstone mechanisms, Windows EmptyWorkingSet API, and Chromium page‑freezing techniques.

Desktop ApplicationElectronMemory Optimization
0 likes · 9 min read
Memory Optimization Strategies for the Tencent Docs Desktop Client
Python Programming Learning Circle
Python Programming Learning Circle
Feb 19, 2024 · Information Security

Using Python ctypes to Set Windows Hooks for Keyboard Monitoring

This tutorial explains how to use Python's ctypes library to register, implement, and remove Windows hooks for low‑level keyboard monitoring, providing step‑by‑step code examples that demonstrate hook registration, callback definition, prototype declaration, and cleanup.

HookKeyloggerWindows API
0 likes · 8 min read
Using Python ctypes to Set Windows Hooks for Keyboard Monitoring
Python Programming Learning Circle
Python Programming Learning Circle
Aug 1, 2022 · Information Security

Implementing Windows Hooks in Python Using ctypes

This tutorial explains how to create a Windows key‑logging spy program by registering low‑level hooks through the user32 and kernel32 DLLs, using Python's ctypes library to call the required WinAPI functions, define callback prototypes, and manage hook installation and removal.

HookKeyloggerWindows API
0 likes · 8 min read
Implementing Windows Hooks in Python Using ctypes
Java Captain
Java Captain
Jul 11, 2019 · Information Security

Memory Editing and Cheat Development for PC Games: Techniques, Tools, and Sample Code

This article explains how to locate and modify in‑memory game data, write simple Windows‑API cheat programs, automate gameplay actions, and intercept network traffic for popular PC games, providing step‑by‑step examples and full source code for each technique.

C++Reverse EngineeringWindows API
0 likes · 14 min read
Memory Editing and Cheat Development for PC Games: Techniques, Tools, and Sample Code