find-FireBullets-AND-TraceAttack-AND-CTakeDamageInfo

Trace FireBullets to TraceAttack and locate HitGroupInfo offsets in CS2 binaries.

60|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/HLND2T/CS2_VibeSignatures --skill find-firebullets-and-traceattack-and-ctakedamageinfo-hlnd2t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-FireBullets-AND-TraceAttack-AND-CTakeDamageInfo
Source: https://github.com/HLND2T/CS2_VibeSignatures/tree/main/.claude/skills/find-FireBullets-AND-TraceAttack-AND-CTakeDamageInfo
Command: npx skills add https://github.com/HLND2T/CS2_VibeSignatures --skill find-firebullets-and-traceattack-and-ctakedamageinfo-hlnd2t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and identify the TraceAttack function and CTakeDamageInfo struct in CS2 server binaries using IDA Pro MCP to accelerate reverse engineering and offset identification.

Core Features & Use Cases

  • TraceAttack discovery: locate and rename FireBullets-related functions to improve readability.
  • CTakeDamageInfo mapping: identify HitGroupInfo offset and related damage processing paths.
  • Method automation: generate unique function signatures and YAML outputs for traceability across Windows and Linux.

Quick Start

Use this skill to locate TraceAttack and CTakeDamageInfo in CS2 binaries using IDA Pro MCP and record the results as YAML.

Frequently Asked Questions about find-FireBullets-AND-TraceAttack-AND-CTakeDamageInfo

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

FAQPage Schema
How do I find the TraceAttack function in CS2 server binaries?

Locate the TraceAttack function in CS2 server binaries by using IDA Pro MCP to trace execution from FireBullets to TraceAttack. This method identifies and renames functions to accelerate reverse engineering.

What is the HitGroupInfo offset in CTakeDamageInfo?

The HitGroupInfo offset is a specific memory location within the CTakeDamageInfo struct in CS2. You identify it by mapping damage processing paths during binary analysis to understand hit group data allocation.

Can I use IDA Pro MCP for binary analysis on both Windows and Linux CS2 servers?

Yes, you can use IDA Pro MCP for binary analysis on both Windows and Linux CS2 server binaries. The process applies consistently across platforms to locate functions like TraceAttack and generate unique signatures.

How do I generate function signatures for CS2 reverse engineering?

Generate unique function signatures for CS2 reverse engineering by applying IDA Pro MCP to identified functions like TraceAttack. This creates traceable outputs and records the results formatted as YAML.

Why does tracing FireBullets help locate CTakeDamageInfo in game binaries?

Tracing FireBullets helps locate CTakeDamageInfo because FireBullets initiates the damage sequence that calls TraceAttack. Following this call chain in game binaries reveals the CTakeDamageInfo struct and its HitGroupInfo offset.