find-CBaseTrigger_PassesTriggerFilters

Identifies the CBaseTrigger_PassesTriggerFilters virtual function in CS2 binaries via IDA Pro MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the precise identification of the CBaseTrigger_PassesTriggerFilters virtual function within Counter-Strike 2 game binaries, crucial for reverse engineering and mod development.

Core Features & Use Cases

  • Automated V-Table Offset Discovery: Leverages IDA Pro MCP to decompile functions and extract virtual call offsets.
  • Cross-Platform Support: Generates signatures for both Windows (server.dll) and Linux (libserver.so) binaries.
  • Use Case: When developing a custom CS2 server mod that needs to interact with trigger entities, this skill helps you find the exact memory address and signature for the PassesTriggerFilters function, ensuring compatibility and correct logic.

Quick Start

Use the find-CBaseTrigger_PassesTriggerFilters skill to locate the CBaseTrigger_PassesTriggerFilters virtual function in the CS2 server binary.

Frequently Asked Questions about find-CBaseTrigger_PassesTriggerFilters

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

FAQPage Schema
How do I find the CBaseTrigger_PassesTriggerFilters function offset in CS2?

To find the CBaseTrigger_PassesTriggerFilters function offset in CS2, you can use this skill to automate decompiling server binaries with IDA Pro MCP and extracting the exact vtable offset.

Can I generate signatures for both Windows and Linux CS2 server binaries?

Yes, you can generate signatures for both Windows and Linux CS2 server binaries. This skill automates cross-platform signature generation for server.dll and libserver.so.

What is the best way to reverse engineer CS2 trigger filter logic for mods?

The best way to reverse engineer CS2 trigger filter logic is to use this skill to identify the PassesTriggerFilters virtual function and generate its signature for mod development.

Do I need IDA Pro to locate the PassesTriggerFilters vtable offset?

Yes, you need IDA Pro to locate the PassesTriggerFilters vtable offset. This skill leverages the IDA Pro MCP integration to decompile functions and extract virtual call offsets automatically.

Why does my CS2 server mod need the PassesTriggerFilters signature?

Your CS2 server mod needs the PassesTriggerFilters signature to correctly interact with trigger entities. Locating this critical function ensures your custom server-side game logic maintains compatibility.

Does this skill work for finding other virtual functions in the CS2 server binary?

No, this skill is specifically designed to locate the CBaseTrigger_PassesTriggerFilters virtual function and generate its signature, rather than serving as a general virtual function finder.