CS2_VibeSignatures
Automated CS2 signature, offset, and gamedata generation
All Skills in This Repository (113)
Pure Emerald Level Indicatorswrite-globalvar-as-yaml
Write global variable analysis results to a YAML file adjacent to the binary.
find-CSpawnGroupMgrGameSystem_GetSpawnGroups
Locate CSpawnGroupMgrGameSystem_GetSpawnGroups in CS2 binaries via IDA Pro MCP.
find-UTIL_CreateEntityByName
Locate and rename UTIL_CreateEntityByName in Counter-Strike 2 server binaries using IDA Pro MCP.
generate-signature-for-globalvar
Generate and validate byte signatures for global variables via IDA Pro MCP.
find-CGameEntitySystem_FindEntityByName
Identify and rename CGameEntitySystem_FindEntityByName in Counter-Strike 2 binaries using IDA Pro.
find-CCSPlayer_MovementServices_CheckJumpButton_WaterPatch
Patch water jump velocity in CS2 binaries using IDA Pro MCP.
find-ShowHudHint
Locate the ShowHudHint function in CS2 server binaries using IDA Pro MCP.
generate-signature-for-patch
Generate unique byte signatures for runtime instruction patching via IDA Pro MCP.
find-CBaseEntity_SetGroundEntity
Locate and rename CBaseEntity_SetGroundEntity in CS2 binaries via IDA Pro MCP.
find-CCSGameRules__sm_mapGcBanInformation
Locate the CCSGameRules__sm_mapGcBanInformation global variable in CS2 server binaries using IDA Pro MCP.
find-ClientPrint
Locate the ClientPrint function in CS2 server binaries using IDA Pro MCP.
find-g_pGameRules-AND-CGameRules_FindPickerEntity
Generate signatures for g_pGameRules and CGameRules_FindPickerEntity in CS2 binaries via IDA Pro MCP.
Frequently Asked Questions
FAQPage SchemaHow to install CS2_VibeSignatures?โผ
Run `npx skills add hzqst/CS2_VibeSignatures --all -g -y` in your terminal to install all skills in this suite globally.
What does CS2_VibeSignatures do?โผ
It automatically finds function signatures, vtable offsets, and struct member offsets in CS2 game binaries using IDA Pro, then generates versioned gamedata for server plugins like CounterStrikeSharp and CS2Fixes.
How does it handle CS2 game updates?โผ
When Valve ships a new build, the pipeline re-analyzes the updated binaries and regenerates signatures and offsets automatically, so downstream plugins keep working without manual reverse engineering.
Does it work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible agents, with IDA Pro MCP providing the binary analysis backend.
Do I need reverse engineering experience to use it?โผ
No. The agent-driven skills handle the IDA Pro analysis, signature generation, and YAML output for you based on plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core