find-CTriggerGravity_GravityTouch

Locate CTriggerGravity_GravityTouch in CS2 binaries via IDA Pro and generate a signature.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of finding and identifying the CTriggerGravity_GravityTouch function within Counter-Strike 2 game binaries, streamlining reverse engineering efforts.

Core Features & Use Cases

  • Automated Function Discovery: Uses IDA Pro MCP to search for specific string references ("GravityTouch") and analyze cross-references to pinpoint the target function.
  • Signature Generation: Generates unique and robust signatures for the identified function, crucial for game updates and cheat development.
  • Use Case: When reverse engineering server.dll or libserver.so for CS2, use this Skill to quickly locate the CTriggerGravity_GravityTouch function and obtain its signature for further analysis or integration.

Quick Start

Use the find-CTriggerGravity_GravityTouch skill to find the CTriggerGravity_GravityTouch function in the server.dll.

Frequently Asked Questions about find-CTriggerGravity_GravityTouch

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

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

To locate the CTriggerGravity_GravityTouch function in CS2 server binaries, this Skill uses IDA Pro MCP tools to search for specific string references and analyze cross-references, automatically pinpointing the target function's address.

How do I generate a signature for a CS2 game function after finding it in IDA Pro?

Generating a signature for a CS2 game function is done automatically after the target function is identified, producing a unique signature crucial for maintaining compatibility and tracking the function across game updates.

Why do I need to find string references when reverse engineering CS2 server.dll?

Finding string references is essential when reverse engineering CS2 server.dll because it allows you to trace specific strings like GravityTouch back to their cross-references, accurately pinpointing the target function's address.

Can I use IDA Pro to find CTriggerGravity_GravityTouch in libserver.so?

Yes, you can use IDA Pro to find CTriggerGravity_GravityTouch in libserver.so, as this Skill analyzes CS2 server binaries to locate the function and generate a unique signature for further analysis or integration.