find-CCSPlayer_WeaponServices_Weapon_GetSlot

Locate CCSPlayer_WeaponServices_Weapon_GetSlot in CS2 binaries via IDA Pro MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and identify the CCSPlayer_WeaponServices_Weapon_GetSlot function in CS2 binaries using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or libserver.so to locate the Weapon_GetSlot function by searching for a known string in a caller function and tracing the call target.

Core Features & Use Cases

  • Identify the non-virtual function CCSPlayer_WeaponServices_Weapon_GetSlot via cross-references from a known string.
  • Decompile the caller to locate the target function and verify the call pattern, then rename the function for clarity.
  • Generate a robust function signature and produce YAML outputs for integration into tooling.

Quick Start

Use IDA Pro MCP to locate CCSPlayer_WeaponServices_Weapon_GetSlot by tracing a known debug string in the caller and renaming the target function.

Frequently Asked Questions about find-CCSPlayer_WeaponServices_Weapon_GetSlot

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

FAQPage Schema
How do I find CCSPlayer_WeaponServices_Weapon_GetSlot in CS2 server binaries?▼

To find CCSPlayer_WeaponServices_Weapon_GetSlot in CS2 server binaries, use IDA Pro MCP to search for a known debug string within the caller function and trace its cross-references to locate the call target.

Can I use this IDA Pro MCP skill to generate a signature for Weapon_GetSlot on Linux?▼

Yes, you can use this IDA Pro MCP skill to generate a unique function signature for Weapon_GetSlot on Linux libserver.so or Windows server.dll by decompiling the caller and verifying the call pattern.

What is the best way to identify non-virtual CS2 functions via debug strings?▼

The best way to identify non-virtual CS2 functions via debug strings is to search for the known string in a caller function, decompile the caller to verify the call pattern, and rename the target function for clarity.

Does this binary analysis approach output results for integration into other tools?▼

Yes, this binary analysis approach outputs YAML analysis files containing the generated function signature and renamed function data, allowing direct integration into external reverse engineering tooling.

Why does tracing cross-references help locate the Weapon_GetSlot function?▼

Tracing cross-references helps locate the Weapon_GetSlot function because the target is a non-virtual function identified by navigating from a known debug string in the caller down to the specific call reference.