$npx skillfedfor your agent

awesome-game-security-overview

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.

Awesome-game-security-overview helps you add and organize resources across game security categories including anti-cheat, reverse engineering, and kernel research.

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

3,261 458 MITupdated by gmh5225

Decision gist · record as of 2026-07-28

Awesome-game-security-overview helps you add and organize resources across game security categories including anti-cheat, reverse engineering, and kernel research. 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.

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

Use it when

  • awesome-game-security-overview describes a well-organized curated list divided into logical categories covering both offensive.
  • awesome-game-security-overview guides resource organization by distinguishing between offensive research (game hacking.

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/overview · 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

How do I add resources to awesome-game-security?

awesome-game-security-overview helps you contribute by explaining the project's structure and submission process. Start by identifying which category your resource fits—anti-cheat, reverse engineering, Windows kernel, DMA, graphics APIs, or console emulation. Follow the README format guidelines, ensure your link is valid, write a clear one-line description, and submit a pull request. The skill guides you through maintaining consistency with existing entries.

What is the awesome-game-security project structure?

awesome-game-security-overview describes a well-organized curated list divided into logical categories covering both offensive and defensive research. The project uses a standardized README format with category headers, resource links, and descriptions. Each section groups related tools and projects—such as anti-cheat analysis, Windows internals, DMA security, reverse engineering, graphics APIs, and console emulation—making it easy to navigate and contribute consistently.

How should I organize game hacking and anti-cheat resources?

awesome-game-security-overview guides resource organization by distinguishing between offensive research (game hacking, cheat development) and defensive systems (anti-cheat protection). Resources are categorized by topic: anti-cheat mechanisms, Windows kernel techniques, DMA attacks, reverse engineering tools, graphics API security, and console emulation. This structure helps contributors place new resources in the right section and helps users find relevant material quickly.

What are the README format guidelines for awesome-game-security?

awesome-game-security-overview outlines standard conventions: use clear category headers, provide concise one-line descriptions for each resource, include valid links, and maintain alphabetical or logical ordering within sections. Descriptions should be neutral and informative, suitable for both offensive and defensive audiences. Follow existing entries as templates, ensure consistency in punctuation and formatting, and validate all links before submission.

How does awesome-game-security route queries to other skills?

awesome-game-security-overview serves as a navigation hub for game security topics. It identifies which specialized skills handle specific domains—anti-cheat analysis, Windows kernel exploitation, DMA research, reverse engineering, graphics security, or console emulation. When you ask about a particular topic, the skill either provides overview guidance or routes you to the appropriate specialized skill for deeper technical assistance.

What curation best practices does awesome-game-security follow?

awesome-game-security-overview emphasizes maintaining quality through consistent formatting, regular link validation, clear categorization, and balanced coverage of offensive and defensive research. Resources should be actively maintained or historically significant, descriptions must be accurate and neutral, duplicates are avoided, and the list stays focused on game security rather than general security topics. Contributions undergo review to ensure they meet these standards.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Awesome Game Security - Project Overview

Purpose

This is a curated collection of resources related to game security, covering both offensive (game hacking, cheating) and defensive (anti-cheat) aspects. The project serves as a comprehensive reference for security researchers, game developers, and enthusiasts, especially where Windows internals, driver trust, reverse engineering, DMA, and modern anti-cheat defenses intersect.

README Coverage

  • Top-level engines and rendering: Game Engine, Renderer, DirectX, OpenGL, Vulkan
  • Offensive research: Cheat
  • Defensive research: Anti Cheat
  • Platform hardening: Windows Security Features
  • Platform-specific ecosystems: Android Emulator, IOS Emulator, Windows Emulator, Linux Emulator
  • Supporting infrastructure: Mathematics, 3D Graphics, AI,

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

File tree — 1 file
.claude/skills/overview/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 › “Add or organize resources in the awesome-game-security curated list”

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

Related skills

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
game-hacking-techniques
by gmh5225 · gmh5225/awesome-game-security

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.

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
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
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 rag-skills (Apache-2.0) · pc-games (MIT)

Tags
resource-curationdocumentation-standardscategory-taxonomycontribution-workflowknowledge-synthesisrepository-managementmetadata-organizationskill-routingarchive-retrievalwiki-maintenance