find-CBaseEntity_SetGroundEntity

Identifies CBaseEntity_SetGroundEntity in CS2 server binaries via IDA Pro MCP workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and identify the CBaseEntity_SetGroundEntity function in CS2 server.dll or libserver.so using IDA Pro MCP tools.

Core Features & Use Cases

  • Locate the CBaseEntity_SetGroundEntity function by analyzing the CTriggerPush_Touch decompiled code.
  • Verify the exact call pattern and arguments within the spawnflags 0x80 branch to ensure correct targeting.
  • Generate a robust signature and produce a YAML output describing the function metadata for downstream tooling.

Quick Start

Run the analysis to locate CBaseEntity_SetGroundEntity in CS2 server binaries using the IDA Pro MCP workflow.

Frequently Asked Questions about find-CBaseEntity_SetGroundEntity

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

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

You can locate the CBaseEntity_SetGroundEntity function in CS2 server binaries by analyzing the CTriggerPush_Touch decompiled code using the IDA Pro MCP workflow. It targets the spawnflags 0x80 branch to confirm the exact call pattern and arguments.

How does binary analysis of CTriggerPush_Touch help identify CBaseEntity_SetGroundEntity?

Binary analysis of CTriggerPush_Touch helps identify CBaseEntity_SetGroundEntity by examining its spawnflags 0x80 branch. This branch contains the specific call pattern and arguments needed to verify the exact function location within the server binary.

Can I use IDA Pro MCP to find function signatures in CS2 server.dll or libserver.so?

Yes, you can use IDA Pro MCP to find function signatures in CS2 server.dll or libserver.so. The workflow generates a robust signature for CBaseEntity_SetGroundEntity and renames the function address for precise identification.

What is the best way to generate a YAML output for CS2 function metadata?

The best way to generate YAML output for CS2 function metadata is using an IDA Pro MCP reverse-engineering workflow. It locates the target function, verifies arguments, generates a robust signature, and produces YAML describing the metadata for downstream tooling.

Why do I need to verify the spawnflags 0x80 branch when finding CS2 functions?

You need to verify the spawnflags 0x80 branch to ensure correct targeting of CBaseEntity_SetGroundEntity. Checking this specific branch confirms the exact call pattern and arguments, which guarantees the function identification is accurate before generating a signature.

Does the IDA Pro MCP workflow require specific dependencies for CS2 reverse engineering?

No specific dependencies are required for this IDA Pro MCP workflow. It operates independently to analyze CS2 binaries, locate CBaseEntity_SetGroundEntity via CTriggerPush_Touch, and output function metadata without needing external components.