find-CNetworkGameServer_GetFreeClient — community find-CNetworkGameServer_GetFreeClient, CS2_VibeSignatures, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Reverse Engineering Agents requiring advanced binary analysis capabilities with IDA Pro MCP tools. Find and identify the CNetworkGameServer_GetFreeClient function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 engine2.dll or libengine2.so to locate the GetFreeClient fu

hzqst hzqst
[22]
[2]
Updated: 3/10/2026

Agent Capability Analysis

The find-CNetworkGameServer_GetFreeClient skill by hzqst is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Reverse Engineering Agents requiring advanced binary analysis capabilities with IDA Pro MCP tools.

Core Value

Empowers agents to locate CNetworkGameServer_GetFreeClient in CS2 engine2.dll or libengine2.so using IDA Pro MCP tools, leveraging regex patterns and cross-references to decompile referencing functions, all within the context of CS2 signatures via Agent SKILLS with ida-pro-mcp.

Capabilities Granted for find-CNetworkGameServer_GetFreeClient

Decompiling functions referencing specific debug strings
Locating CNetworkGameServer_GetFreeClient using regex patterns
Analyzing cross-references to debug strings in CS2 engine2.dll or libengine2.so

! Prerequisites & Limits

  • Requires IDA Pro MCP tools
  • Specific to CS2 engine2.dll or libengine2.so
  • Needs knowledge of CS2 signatures and Agent SKILLS with ida-pro-mcp
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox
SKILL.md
Readonly

Find CNetworkGameServer_GetFreeClient

Locate CNetworkGameServer_GetFreeClient in CS2 engine2.dll or libengine2.so using IDA Pro MCP tools.

Method

  1. Search for the debug string:

    mcp__ida-pro-mcp__find_regex pattern="NETWORK_DISCONNECT_REJECT_SERVERFULL.*Cannot get free client"
    
  2. Get cross-references to the string:

    mcp__ida-pro-mcp__xrefs_to addrs="<string_addr>"
    
  3. Decompile the referencing function:

    mcp__ida-pro-mcp__decompile addr="<function_addr>"
    
  4. Identify the CNetworkGameServer_GetFreeClient function:

    • In the decompiled code, look for the call that appears just before the "Cannot get free client" error path:
      c
      1v88 = sub_XXXXXX(a1, (_OWORD *)a3, 0LL, v111, 0, v108); 2if ( !v88 ) 3{ 4 // ... disconnect with NETWORK_DISCONNECT_REJECT_SERVERFULL 5 // ... "NETWORK_DISCONNECT_REJECT_SERVERFULL to %s: Cannot get free client\n" 6}
    • The sub_XXXXXX called right before the null check and "Cannot get free client" log is CNetworkGameServer_GetFreeClient
  5. Rename the function:

    mcp__ida-pro-mcp__rename batch={"func": [{"addr": "<function_addr>", "name": "CNetworkGameServer_GetFreeClient"}]}
    
  6. Generate and validate unique signature:

    ALWAYS Use SKILL /generate-signature-for-function to generate a robust and unique signature for the function.

  7. Write IDA analysis output as YAML beside the binary:

    ALWAYS Use SKILL /write-func-as-yaml to write the analysis results.

    Required parameters:

    • func_name: CNetworkGameServer_GetFreeClient
    • func_addr: The function address from step 4
    • func_sig: The validated signature from step 6

Signature Pattern

The parent function (CNetworkGameServerBase::ConnectClient) references these debug strings:

"CNetworkGameServerBase::ConnectClient( name='%s', remote='%s' )\n"
"NETWORK_DISCONNECT_REJECT_SERVERFULL to %s: Cannot get free client\n"

The target function is called within ConnectClient, just before the "Cannot get free client" error handling block.

Function Characteristics

  • Parameters: (this, addr, unk, steamid, unk2, out_buf) where this is CNetworkGameServer pointer
  • Return: Pointer to a free client slot, or NULL if server is full
  • Purpose: Allocates and returns a free client slot from the server's client list
  • Module: engine2.dll / libengine2.so

Output YAML Format

The output YAML filename depends on the platform:

  • engine2.dllCNetworkGameServer_GetFreeClient.windows.yaml
  • libengine2.soCNetworkGameServer_GetFreeClient.linux.yaml

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is find-CNetworkGameServer_GetFreeClient?

Ideal for Reverse Engineering Agents requiring advanced binary analysis capabilities with IDA Pro MCP tools. Find and identify the CNetworkGameServer_GetFreeClient function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 engine2.dll or libengine2.so to locate the GetFreeClient fu

How do I install find-CNetworkGameServer_GetFreeClient?

Run the command: npx killer-skills add hzqst/CS2_VibeSignatures/find-CNetworkGameServer_GetFreeClient. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for find-CNetworkGameServer_GetFreeClient?

Key use cases include: Decompiling functions referencing specific debug strings, Locating CNetworkGameServer_GetFreeClient using regex patterns, Analyzing cross-references to debug strings in CS2 engine2.dll or libengine2.so.

Which IDEs are compatible with find-CNetworkGameServer_GetFreeClient?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for find-CNetworkGameServer_GetFreeClient?

Requires IDA Pro MCP tools. Specific to CS2 engine2.dll or libengine2.so. Needs knowledge of CS2 signatures and Agent SKILLS with ida-pro-mcp.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add hzqst/CS2_VibeSignatures/find-CNetworkGameServer_GetFreeClient. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use find-CNetworkGameServer_GetFreeClient immediately in the current project.

Related Skills

Looking for an alternative to find-CNetworkGameServer_GetFreeClient or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer