identify-class
OfficialIdentify C++ classes from objects using RTTI.
Authorvzco
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill guides AI agents to identify the C++ class of a runtime object by inspecting RTTI structures and vtables, enabling accurate type resolution in memory-probing scenarios.
Core Features & Use Cases
- RTTI-based class resolution: determine the demangled class name from an object pointer.
- Vtable mapping: enumerate vtable entries to understand method layout and inheritance.
- Practical use: diagnose object layouts in game or app internals, aiding debugging and reverse-engineering tasks.
Quick Start
Provide an object address (and optional module) to resolve its class via RTTI and map its vtable.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: identify-class Download link: https://github.com/vzco/arc-probe/archive/main.zip#identify-class Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.