reverse-engineering-tools
π―Skillfrom gmh5225/awesome-game-security
Provides specialized knowledge and techniques for reverse engineering game software, focusing on tools, methodologies, and analysis strategies for dissecting game binaries and systems.
Installation
npx skills add https://github.com/gmh5225/awesome-game-security --skill reverse-engineering-toolsSkill Details
Overview
# [awesome-game-security](https://gs.awesome.rip)[](https://awesome.re)

[](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
More from this repository7
Securely bypass Android mobile game security mechanisms, enabling reverse engineering, memory manipulation, and anti-cheat system analysis through advanced APK and native library techniques.
Provides specialized knowledge and insights into game engine internals, architecture, modding techniques, and technical implementation details for developers and researchers.
Provides comprehensive insights and methodologies for understanding, analyzing, and executing game hacking techniques across different platforms and game systems.
graphics-api-hooking skill from gmh5225/awesome-game-security
Provides a comprehensive summary and quick navigation guide to the contents and skills within the awesome-game-security repository.
Explores Windows kernelΒel exploitation techniques, techniques, vulnerabilities, and security research methodologies for understanding kernel-level attack surfaces and defense.
Explores and demonstrates techniques for Direct Memory Access (DMA) and PCIe-based attacks targeting game systems and hardware security.