skillfed

game-engine-resources

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.

Game Engine Resources guides reverse engineering of Unreal, Unity, Source, Godot, and custom engines for security research.

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

3,261 458 MIT updated by gmh5225

Install

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

git clone https://github.com/gmh5225/awesome-game-security
cp -r awesome-game-security/.claude/skills/game-engine ~/.claude/skills/game-engine
npx skillfed install gmh5225/awesome-game-security/game-engine

Frequently asked questions

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

What does game-engine-resources cover?

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

How to dump unreal engine objects with game-engine-resources?

game-engine-resources provides guides and tools for dumping Unreal engine objects, including documentation on the UObject hierarchy and SDK generation workflows. These resources help you understand object structures and generate SDKs for analysis and development purposes.

What reverse engineering tools does game-engine-resources include?

game-engine-resources covers reverse engineering techniques across multiple engines: il2cpp metadata extraction and assembly decompilation for Unity, Source engine netvar parsing, and general object dumping methodologies. The resource also addresses engine detection and analysis approaches.

Does game-engine-resources document engine internals?

Yes, game-engine-resources includes game engine internals documentation covering architecture, memory layouts, rendering pipelines, network protocols, and physics simulation across Unreal, Unity, Source, and Godot engines.

Can game-engine-resources help with security research?

game-engine-resources addresses anti-cheat and engine protection mechanisms, enabling security researchers to understand engine-level protections and analyze how engines defend against tampering and unauthorized access.

What development resources are in game-engine-resources?

game-engine-resources includes plugin development guides, MCP servers for AI-assisted game development, engine comparison guides, and custom game engine architecture documentation to support both commercial and independent development workflows.

SKILL.md

rendered from the published skill — quoted content, verbatim

Game Engine Development Resources

Overview

This skill covers game engine development resources from the awesome-game-security collection, including both commercial (Unreal, Unity) and open-source engines.

README Coverage

  • Game Engine > Guide
  • Game Engine > Source
  • Game Engine Plugins:Unreal
  • Game Engine Plugins:Unity
  • Game Engine Plugins:Godot
  • Game Engine Plugins:Lumix
  • Game Engine Detector
  • Cheat > SDK CodeGen
  • Cheat > Game Engine Explorer:Unreal
  • Cheat > Game Engine Explorer:Unity
  • Cheat > Game Engine Explorer:Source
  • Anti Cheat > Game Engine Protection:Unreal
  • Anti Cheat > Game Engine Protection:Unity
  • Anti Cheat > Game Engine Protection:Source
  • Game Develop > MCP server

Major Engine Categories

Unreal Engine
  • Official documentation and forums
  • Source code access

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

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

binary-analysis memory-dumping engine-internals reverse-engineering security-research sdk-generation modding-tools anti-cheat-bypass game-hacking engine-agnostic