Tag

game hacking

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 27, 2024 · Game Development

Technical Principles and Implementation of Game Memory Modifiers for "Black Myth: Wukong"

This article explains the technical mechanisms behind game memory modifiers—including memory scanning, DLL injection, debugging tools, file editing, anti‑cheat evasion, and pointer scanning—using the "Black Myth: Wukong" trainer as a concrete example, and provides complete C++ code samples.

C++DLL injectionanti-cheat evasion
0 likes · 14 min read
Technical Principles and Implementation of Game Memory Modifiers for "Black Myth: Wukong"
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