# Resym

> Use this skill when the user wants to cross-platform tool to browse and extract c and c++ type declarations from pdb files.

- Skill: `javimosch/resym` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/resym`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/resym/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/resym

---


# Resym Plugin

Cross-platform tool to browse and extract C and C++ type declarations from PDB files.

## Commands

### Operations
- `resym pdb browse` — browse pdb via resym
- `resym pdb extract` — extract pdb via resym
- `resym type search` — search type via resym
- `resym symbol list` — list symbol via resym
- `resym dump run` — run dump via resym
- `resym config show` — show config via resym

## Usage Examples
- "resym --help"
- "resym <args>"

## Installation

```bash
cargo install resym
```

## Examples

```bash
resym --version
resym --help
```

## Key Features
- pdb\n- c++\n- reverse-engineering

