find-TraceShape

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of finding and identifying the TraceShape function within Counter-Strike 2 game binaries, crucial for reverse engineering and game modding.

Core Features & Use Cases

  • Automated Function Discovery: Uses IDA Pro MCP to search for specific VProf strings and analyze cross-references to pinpoint the TraceShape function.
  • Signature Generation: Generates unique and robust signatures for the identified function, essential for game updates and compatibility.
  • Use Case: When analyzing the server.dll or libserver.so of CS2, use this Skill to quickly locate the TraceShape function, understand its parameters, and generate its signature for use in other tools or mods.

Quick Start

Use the find-TraceShape skill to locate the TraceShape function in the server.dll binary.

Frequently Asked Questions about find-TraceShape

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

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

Finding the TraceShape function in CS2 requires searching for a specific VProf counter string within server.dll or libserver.so and analyzing its cross-references. This skill automates that discovery process using IDA Pro MCP tools.

How does IDA Pro generate signatures for reverse engineering game functions?

Generating signatures for game functions involves decompiling the identified function and creating a unique byte pattern based on its instructions. This skill automates signature generation for the CS2 TraceShape function to ensure compatibility across game updates.

Can I use this skill to find functions in libserver.so or only server.dll?

This skill supports finding functions in both libserver.so and server.dll. It is designed to analyze CS2 game binaries across different platforms by searching for VProf strings and analyzing cross-references within either file.

What is the best way to automate function discovery for CS2 modding?

Automating function discovery for CS2 modding is best achieved using IDA Pro MCP tools to search for VProf counter strings and analyze cross-references. This skill automates pinpointing the TraceShape function and generating its unique signature.

Do I need IDA Pro to use this skill for CS2 reverse engineering?

Yes, you need IDA Pro because this skill relies on IDA Pro MCP tools to search strings, analyze cross-references, and decompile functions within the CS2 server binaries to locate TraceShape and generate its signature.