electron-dissection-stinger - Dissect and reverse engineer Electron desktop applications.
Locate app.asar archives, inspect metadata, unpack assets, decode JavaScript bundles, and attach debuggers over CDP for Electron desktop apps.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Locate Electron application resources directory
- Read ASAR archive metadata
- Unpack ASAR file contents
- Decode minified JavaScript bundles
- Attach inspector over CDP
- Intercept application network traffic
Inputs
- Installed Electron application binary
- ASAR archive file
- Running Electron process
- Chrome DevTools Protocol port
Outputs
- Extracted application source files
- Decoded JavaScript code modules
- ASAR metadata summaries
- Runtime evaluation responses
Requirements
- Node.js 22 or higher
- Command execution permissions
