find-CSpawnGroupMgrGameSystem_SpawnGroupShutdown

Locate CSpawnGroupMgrGameSystem_SpawnGroupShutdown in CS2 server binaries via IDA Pro MCP.

60|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/HLND2T/CS2_VibeSignatures --skill find-cspawngroupmgrgamesystem-spawngroupshutdown-hlnd2t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-CSpawnGroupMgrGameSystem_SpawnGroupShutdown
Source: https://github.com/HLND2T/CS2_VibeSignatures/tree/main/.claude/skills/find-CSpawnGroupMgrGameSystem_SpawnGroupShutdown
Command: npx skills add https://github.com/HLND2T/CS2_VibeSignatures --skill find-cspawngroupmgrgamesystem-spawngroupshutdown-hlnd2t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate the CSpawnGroupMgrGameSystem_SpawnGroupShutdown function in CS2 server binaries (server.dll or libserver.so) by using IDA Pro MCP to analyze strings and cross-references, enabling targeted reverse engineering.

Core Features & Use Cases

  • Search for the format string reference "%s: SpawnGroupShutdown: entities(%d)" to identify the candidate function.
  • Retrieve cross-references to the string and decompile the referencing function to confirm it is the target.
  • Rename the function in the disassembly context and determine its VTable offset and index for proper integration.
  • Generate a robust function signature and write the analysis results to YAML for documentation and tooling pipelines.

Quick Start

Identify the SpawnGroupShutdown function in the CS2 server binary with IDA Pro MCP, then rename and document the function according to the steps above.

Frequently Asked Questions about find-CSpawnGroupMgrGameSystem_SpawnGroupShutdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I locate the SpawnGroupShutdown function in CS2 server binaries?

To locate the SpawnGroupShutdown function in CS2 server binaries, search for the format string reference "%s: SpawnGroupShutdown: entities(%d)" using IDA Pro MCP, then decompile the referencing function to confirm it is the target.

What is the process for finding CS2 vtable offsets using IDA Pro reverse engineering?

Finding CS2 vtable offsets using IDA Pro reverse engineering involves identifying the target function through string cross-references, decompiling it, and then calculating its specific VTable offset and index for proper integration.

How to generate a function signature for CS2 server.dll reverse engineering?

To generate a function signature for CS2 server.dll reverse engineering, first pinpoint the target function like CSpawnGroupMgrGameSystem_SpawnGroupShutdown using string analysis, then use IDA Pro MCP to produce a robust signature and output the results to YAML.

Does this IDA Pro MCP workflow work for both CS2 server.dll and libserver.so?

Yes, this IDA Pro MCP workflow works for both CS2 server.dll and libserver.so binaries to locate the SpawnGroupShutdown function by applying string analysis, function decompilation, and vtable offset calculation.

Why use string cross-references to identify CS2 game system functions?

Using string cross-references to identify CS2 game system functions allows you to reliably pinpoint specific methods like SpawnGroupShutdown by tracing known format strings, confirming the target function through decompilation and vtable analysis.

How do I document CS2 reverse engineering analysis results in YAML?

You document CS2 reverse engineering analysis results in YAML by using the IDA Pro MCP workflow to rename the identified function, calculate vtable offsets, generate signatures, and write the final analysis outputs into a structured YAML format.