🎯

reverse-engineering-tools

🎯Skill

from gmh5225/awesome-game-security

VibeIndex|
What it does

Provides specialized knowledge and techniques for reverse engineering game software, focusing on tools, methodologies, and analysis strategies for dissecting game binaries and systems.

reverse-engineering-tools

Installation

Install skill:
npx skills add https://github.com/gmh5225/awesome-game-security --skill reverse-engineering-tools
23
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# [awesome-game-security](https://gs.awesome.rip)[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

![image](https://github.com/gmh5225/awesome-game-security/assets/13917777/a39c6322-40ed-45b5-afcb-93e8d5477a0b)

[![image](awesome-image.webp)](https://opensea.io/assets/ethereum/0x1c5ffb607ef75158b435bd21a898d848620b4b13/1)

```

If you find that some links are not working, you can simply replace the username with gmh5225.

Or you can send an issue for me.

```

> Show respect to all the projects below, perfect works of art :saluting_face:

How to contribute?

  • https://github.com/HyunCafe/contribute-practice
  • https://docs.github.com/en/get-started/quickstart/contributing-to-projects

Skills for AI Coding Assistants

This repository provides skills that can be used with AI coding assistants like [Cursor](https://www.cursor.com/), [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex CLI](https://github.com/openai/codex), and other compatible tools. Install skills to get specialized knowledge about game security topics.

Installation:

```bash

npx skills add https://github.com/gmh5225/awesome-game-security --skill

```

Available Skills:

| Skill | Description |

|-------|-------------|

| anti-cheat-systems | Anti-cheat development and bypass techniques |

| dma-attack-techniques | DMA/PCIe-based attack methods |

| game-engine-resources | Game engine internals and modding |

| game-hacking-techniques | General game hacking methods |

| graphics-api-hooking | DirectX/OpenGL/Vulkan hooking |

| mobile-security | Android/iOS game security |

| awesome-game-security-overview | Overview of this repository |

| reverse-engineering-tools | RE tools and techniques |

| windows-kernel-security | Windows kernel exploitation |

Example:

```bash

# Install anti-cheat systems skill

npx skills add https://github.com/gmh5225/awesome-game-security --skill anti-cheat-systems

# Install multiple skills

npx skills add https://github.com/gmh5225/awesome-game-security --skill windows-kernel-security

npx skills add https://github.com/gmh5225/awesome-game-security --skill reverse-engineering-tools

```

Contents

  • [Game Engine](#game-engine)
  • [Mathematics](#mathematics)
  • [Renderer](#renderer)
  • [3D Graphics](#3d-graphics)
  • [AI](#ai)
  • [Image Codec](#image-codec)
  • [Wavefront Obj](#wavefront-obj)
  • [Task Scheduler](#task-scheduler)
  • [Game Network](#game-network)
  • [PhysX SDK](#physx-sdk)
  • [Game Develop](#game-develop)
  • [Game Assets](#game-assets)
  • [Game Hot Patch](#game-hot-patch)
  • [Game Testing](#game-testing)
  • [Game Tools](#game-tools)
  • [Game Manager](#game-manager)
  • [Game CI](#game-ci)
  • [DirectX](#directx)
  • [OpenGL](#opengl)
  • [Vulkan](#vulkan)
  • [Cheat](#cheat)
  • [Anti Cheat](#anti-cheat)
  • [Some Tricks](#some-tricks)
  • [Windows Security Features](#windows-security-features)
  • [WSL](#wsl)
  • [WSA](#wsa)
  • [Windows Emulator](#windows-emulator)
  • [Linux Emulator](#linux-emulator)
  • [Android Emulator](#android-emulator)
  • [IOS Emulator](#ios-emulator)
  • [Game Boy](#game-boy)
  • [Nintendo Switch](#nintendo-switch)
  • [Xbox](#Xbox)

Game Engine

> Guide

  • https://github.com/QianMo/Game-Programmer-Study-Notes
  • https://github.com/raysan5/custom_game_engines [A comprehensive list of custom game engines]
  • https://github.com/stevinz/awesome-game-engine-dev [Awesome Game Engine Development]
  • https://github.com/Gforcex/OpenGraphic [Graphic Engine & Game Engine lists]
  • https://github.com/bobeff/open-source-engines [A list of open source game engines]
  • https://github.com/ThisisGame/cpp-game-engine-book
  • https://github.com/netwarm007/GameEngineFromScratch
  • https://forums.unrealengine.com [Unreal]
  • https://docs.unrealengine.com [Unreal]
  • https://www.unrealengine.com/resources [Unreal]
  • https://github.com/donaldwuid/unreal_source_explained [Unreal]
  • https://github.com/mikeroyal/Unreal-Engine-Guide [Unreal]
  • https://github.com/Allar/ue5-style-guide [Unreal]
  • https://github.com/r