This covers game engine internals for security research and development, pulling from the awesome-game-security collection. You'll want this when you're reverse engineering Unreal, Unity, Source, or Godot games and need to understand object models, SDK generation, or engine-specific protection patterns. It maps out the UObject hierarchy for Unreal, IL2CPP structures for Unity, and NetVar parsing for Source, plus includes references to tools like Dumper-7 and IL2CPPDumper. The skill also points you to MCP servers that let AI agents control engine editors directly, which is useful if you're prototyping mods or testing exploits. All resources link back to a curated GitHub archive with full code snapshots.
npx skills add https://github.com/gmh5225/awesome-game-security --skill game-engine-resources