$npx skillfedfor your agent

game-hacking-techniques

This skill maps the escalation ladder of game cheat implementations, from user-mode memory reads and DLL injection through kernel drivers to hypervisor and DMA-based attacks. It covers memory manipulation, process injection, hooking, visual exploits (ESP), aim assistance, and AI-vision aimbots that bypass traditional detection. Use it to understand the offensive threat model that anti-cheat systems defend against.

Game Hacking Techniques documents offensive cheat methods across user-mode, kernel-mode, and hardware-level attack surfaces for threat modeling.

AI-generated summary based on this skill's SKILL.md

3,261 458 MITupdated by gmh5225

Decision gist · record as of 2026-07-28

Game Hacking Techniques documents offensive cheat methods across user-mode, kernel-mode, and hardware-level attack surfaces for threat modeling. This skill maps the escalation ladder of game cheat implementations, from user-mode memory reads and DLL injection through kernel drivers to hypervisor and DMA-based attacks. It covers memory manipulation, process injection, hooking, visual exploits (ESP), aim assistance, and AI-vision aimbots that bypass traditional detection. Use it to understand the offensive threat model that anti-cheat systems defend against.

manual: git clone https://github.com/gmh5225/awesome-game-security → cp -r awesome-game-security/.claude/skills/game-hacking ~/.claude/skills/game-hacking
.claude/skills/game-hacking/SKILL.md · version 9ff1c12d

Use it when

  • game-hacking-techniques explains how attackers read game memory to locate player positions and item data.
  • game-hacking-techniques describes DMA (Direct Memory Access) cheats that bypass the CPU to read game memory directly.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

gmh5225/awesome-game-security/game-hacking · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does game-hacking-techniques cover?

game-hacking-techniques maps the escalation ladder of game cheat implementations, from user-mode memory reads and DLL injection through kernel drivers to hypervisor and DMA-based attacks. It covers memory manipulation, process injection, hooking, visual exploits (ESP), aim assistance, and AI-vision aimbots that bypass traditional detection.

What are memory reading and code injection techniques for games?

game-hacking-techniques explains how attackers read game memory to locate player positions and item data, then inject code via DLL injection and hooking methods to modify behavior. These user-mode techniques form the foundation of cheat development before escalating to kernel-mode or hypervisor approaches.

How do DMA cheats and kernel-mode exploitation work?

game-hacking-techniques describes DMA (Direct Memory Access) cheats that bypass the CPU to read game memory directly, and kernel-mode drivers that gain elevated privileges to access protected memory regions. These escalation techniques evade user-mode anti-cheat detection by operating at a lower privilege level than the game itself.

What is aimbot and ESP cheat development?

game-hacking-techniques covers ESP (wallhack) cheats that read game memory to reveal enemy positions, and aimbots that use aim assistance or AI-vision techniques like YOLO object detection and computer vision to automate targeting. It includes world-to-screen transformation and triggerbot implementation methods.

How does game-hacking-techniques address anti-cheat evasion?

game-hacking-techniques explores evasion tactics including stack spoofing, anti-forensics, HWID spoofing, and driver communication through vulnerable drivers. It also covers EFI/UEFI boot-time loading and hypervisor-based memory access to understand how cheats escalate beyond detection by traditional anti-cheat systems.

What threat model does game-hacking-techniques help defend against?

game-hacking-techniques documents the offensive threat model that anti-cheat systems defend against: memory exploitation, process injection, overlay rendering, input simulation, packet sniffing for speed hacks, and AI-based visual aimbots. Understanding this escalation taxonomy enables security teams to design layered defenses.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Game Hacking Techniques

Overview

This skill covers game-hacking techniques documented in the awesome-game-security collection, with emphasis on how cheats move from user mode to kernel mode, hypervisors, and DMA when defenders raise the bar. It is best used to understand the offensive side of the threat model that anti-cheat systems are designed to detect.

README Coverage

  • Cheat > Debugging
  • Cheat > Packet Sniffer&Filter
  • Cheat > Packet Capture&Parse
  • Cheat > SpeedHack
  • Cheat > Injection:Windows
  • Cheat > Injection:Linux
  • Cheat > Injection:Android
  • Cheat > Injection:IOS
  • Cheat > Injection:PlayStation
  • Cheat > DLL Hijack
  • Cheat > Hook
  • Cheat > Anti Signature Scanning
  • Cheat > RPM
  • Cheat > DMA
  • Cheat > W2S
  • Cheat > Overlay
  • Cheat > Render/Draw

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/game-hacking/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Understand offensive game hacking techniques and cheat methods”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

anti-cheat-systems
by gmh5225 · gmh5225/awesome-game-security

Explore how modern anti-cheats combine kernel drivers, process monitoring, and behavioral analysis to detect cheating. This skill covers layered detection across memory integrity, handle protection, driver verification, and AI-assisted aimbot analysis, with deep dives into kernel pool scanning and Segment Heap exploitation detection.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
graphics-api-hooking
by gmh5225 · gmh5225/awesome-game-security

Master graphics API interception across DirectX 9/11/12, OpenGL, and Vulkan to build overlays and analyze render pipelines. Learn VTable hooking techniques, ImGui integration, and shader manipulation for game security research and graphics debugging.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
awesome-game-security-overview
by gmh5225 · gmh5225/awesome-game-security

This skill guides you through adding and organizing resources in the awesome-game-security collection, a comprehensive curated list spanning offensive and defensive game security topics. It covers anti-cheat systems, Windows internals, DMA attacks, reverse engineering, graphics APIs, and console emulation, with clear category structure and contribution standards to maintain consistency.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
game-engine-resources
by gmh5225 · gmh5225/awesome-game-security

A curated reference for understanding game engine architecture across commercial and open-source platforms. Covers engine object models, SDK generation workflows, plugin ecosystems, and reverse engineering techniques for Unreal, Unity, Source, and Godot. Includes MCP servers for AI-assisted game development and resources for security analysis.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
mobile-security
by gmh5225 · gmh5225/awesome-game-security

Master mobile game security research across Android and iOS platforms. This skill covers APK decompilation, native library analysis, IL2CPP dumping, dynamic instrumentation with Frida, memory manipulation, and modern root solutions like KernelSU and APatch. Learn jailbreak techniques, hooking frameworks, and methods to bypass detection systems.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
windows-kernel-security
by gmh5225 · gmh5225/awesome-game-security

Explore Windows kernel internals essential for security research, covering critical structures like EPROCESS and ETHREAD, callback systems, and enforcement mechanisms including PatchGuard, Driver Signature Enforcement, and Hypervisor-Enforced Code Integrity. Learn symbol resolution techniques, driver development patterns, and how anti-cheat systems detect kernel tampering.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars

More skills gsap-scrolltrigger (MIT) · rag-skills (Apache-2.0) · marketing-strategy-pmm (MIT)

Tags
memory-exploitationanti-cheat-evasionkernel-privilege-escalationcomputer-vision-targetinghardware-input-injectiongame-engine-internalsthreat-modelingreverse-engineeringdriver-developmentstealth-techniques