find-CTriggerGravity_GravityTouch

Locate the GravityTouch function in CS2 binaries using IDA Pro MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and identify the CTriggerGravity_GravityTouch function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the GravityTouch handler by searching for the "GravityTouch" string reference and analyzing the registration pattern.

Core Features & Use Cases

  • Locate the GravityTouch function by matching the registration pattern and string reference in CS2 binaries (server.dll or libserver.so).
  • Generate a robust, unique signature for CTriggerGravity_GravityTouch and document findings in YAML for tooling integration.
  • Apply the technique to similar Gravity* handlers in related binaries and map their registration patterns for faster reverse-engineering workflows.

Quick Start

Run the IDA Pro MCP workflow to locate the GravityTouch function and generate its unique signature.

Frequently Asked Questions about find-CTriggerGravity_GravityTouch

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

FAQPage Schema
How do I find the GravityTouch function in a CS2 binary?

You can locate the GravityTouch handler in a CS2 binary by using IDA Pro MCP to reverse engineer server.dll or libserver.so, matching the string reference and analyzing the registration pattern to map the function.

What is the best way to reverse engineer CS2 server.dll for GravityTouch handlers?

Reverse engineering CS2 server.dll for GravityTouch handlers involves using IDA Pro MCP to detect the gravity reference string, analyze registration patterns, and generate a validated function signature.

Can I generate a unique signature for CTriggerGravity_GravityTouch using IDA Pro?

Yes, IDA Pro MCP can generate a robust, unique signature for CTriggerGravity_GravityTouch by mapping the handler through string references and registration patterns during CS2 binary analysis.

Does this GravityTouch identification technique work on libserver.so?

Yes, this technique applies to libserver.so by reverse engineering the binary with IDA Pro MCP to locate the GravityTouch handler via string reference and registration pattern matching.

How do I document GravityTouch binary analysis findings for tooling integration?

Document GravityTouch binary analysis findings for tooling integration by producing a validated function signature and outputting the mapping results in YAML format using IDA Pro MCP.