What problem does it solve?
This Skill enables developers and reverse engineers to comprehensively analyze a loaded module by discovering all functions (exports, RTTI, and pdata), scanning strings, and constructing a labeled function map that is usable in GUI tools for rapid navigation and analysis.
Core Features & Use Cases
- Exports, RTTI, and pdata integration to uncover named and unnamed functions.
- String reference tracing to map strings to their referring functions and identify key entry points.
- GUI-ready function map labeling to provide a persistent, visual overview of a module's function landscape for debugging and exploitation research.
- Use Case: When analyzing a binary like client.dll, generate a complete function map to understand function boundaries, references, and potential interaction points.
Quick Start
Load the target module into the tool and run the map-module workflow to generate a labeled function map.