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
Decision gist · record as of 2026-07-28
Game Engine Resources guides reverse engineering of Unreal, Unity, Source, Godot, and custom engines for security research. 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.
Use it when
- game-engine-resources provides guides and tools for dumping Unreal engine objects.
- game-engine-resources covers reverse engineering techniques across multiple engines: il2cpp metadata extraction and assembly decompilation.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
gmh5225/awesome-game-security/game-engine · 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
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 > GuideGame Engine > SourceGame Engine Plugins:UnrealGame Engine Plugins:UnityGame Engine Plugins:GodotGame Engine Plugins:LumixGame Engine DetectorCheat > SDK CodeGenCheat > Game Engine Explorer:UnrealCheat > Game Engine Explorer:UnityCheat > Game Engine Explorer:SourceAnti Cheat > Game Engine Protection:UnrealAnti Cheat > Game Engine Protection:UnityAnti Cheat > Game Engine Protection:SourceGame Develop > MCP server
Major Engine Categories
Unreal Engine
- Official documentation and forums
- Source code access
(truncated - see the full file via the links below)
File tree — 1 file
.claude/skills/game-engine/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 › “Research game engine internals for reverse engineering and security analysis”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
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.
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.
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.
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.
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.
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.