write-globalvar-as-yaml

Write global variable analysis results to a YAML file adjacent to the binary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of saving identified global variable information (name, address, signature, etc.) into a standardized YAML format, ensuring persistence and easy retrieval of analysis results.

Core Features & Use Cases

  • Persistent Storage: Saves critical global variable details to YAML files alongside the analyzed binary.
  • Standardized Format: Ensures analysis results are consistently structured for future use or integration with other tools.
  • Use Case: After identifying and generating signatures for global variables in a game's server.dll, use this skill to save all the collected data into IGameSystem_InitAllSystems_pFirst.windows.yaml for later reference.

Quick Start

Use the write-globalvar-as-yaml skill to save the analysis for the global variable named IGameSystem_InitAllSystems_pFirst with address 0x180XXXXXX and signature 48 8B 1D ?? ?? ?? ?? 48 85 DB 0F 84 ?? ?? ?? ?? BD FF FF 00 00.

Frequently Asked Questions about write-globalvar-as-yaml

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

FAQPage Schema
How do I persist IDA Pro global variable analysis results into a structured format?

You can persist IDA Pro global variable analysis results by saving the name, address, signature, and instruction offsets into a structured YAML file adjacent to the analyzed binary for easy retrieval.

What is the best way to save reverse engineering signatures for global variables in IDA Pro?

Saving reverse engineering signatures in IDA Pro requires exporting the identified global variable details, including the signature and instruction offsets, into a standardized YAML file alongside the binary.

Do I need specific parameters to save global variable data to YAML using IDA Pro MCP?

Yes, writing global variable data to YAML using IDA Pro MCP requires specific parameters detailing the global variable's name, address, signature, and instruction offsets for accurate data persistence.

When do I need to export global variable signatures to a YAML file during reverse engineering?

You need to export global variable signatures to a YAML file after identifying and generating signatures for global variables to ensure persistent storage and standardized formatting of your findings.

Can I use IDA Pro MCP to store identified global variable information next to the binary?

Yes, you can use IDA Pro MCP to store identified global variable information by writing the analysis results into a YAML file located adjacent to the analyzed binary.