probe-gui-struct

Map live memory data structures via RTTI discovery in the ARC Probe GUI.

15|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/vzco/arc-probe --skill probe-gui-struct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probe-gui-struct
Source: https://github.com/vzco/arc-probe/tree/main/plugins/arc-probe/skills/probe-gui-struct
Command: npx skills add https://github.com/vzco/arc-probe --skill probe-gui-struct

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and inspect live memory structs by creating structured definitions in the ARC Probe GUI from data gathered from an injected process.

Core Features & Use Cases

  • Build and edit struct definitions directly from live memory addresses
  • RTTI-based object discovery to identify class names and member layouts
  • Visual navigation of fields and pointers to map complex data structures

Quick Start

Open the ARC Probe GUI, connect to the local bridge, and start building a struct from a target memory address.

Frequently Asked Questions about probe-gui-struct

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

FAQPage Schema
How do I map data structures directly from a running process?

To map data structures from a running process, you identify and build structured definitions from live memory addresses using a connected probe bridge and injected memory access.

Can I use RTTI to discover object layouts in a target process?

Yes, RTTI-based object discovery identifies class names and member layouts, enabling you to visually navigate fields and pointers to map complex data structures.

How do I start building a struct from a target memory address?

Open the ARC Probe GUI, connect to the local bridge, and start building a struct by reading live memory addresses from the injected target process to create editable schemas.

Do I need a probe bridge to inspect live memory structs?

Yes, inspecting live memory structs requires the ARC Probe GUI running, a connected probe bridge, and a target process with injected memory access to operate correctly.

What is the best way to edit struct definitions during reverse engineering?

The best way to edit struct definitions during reverse engineering is to build them directly from live memory addresses, allowing you to produce editable struct schemas for debugging.