VS Code extension that opens DLL, EXE, and other PE files as a graphical structure view.
What it does
Click any .dll, .exe, .sys, .ocx, or .drv file in VS Code and it opens automatically in a structured viewer instead of a hex dump.
5 tabs:
Overview — file size, machine type, entry point, image base, PE headers, characteristics, data directories
Exports — searchable table of all exported functions with ordinals, RVAs, and forwarded targets
Imports — grouped by source DLL, expandable, shows function names and hints
Dependencies — full recursive dependency tree with first-level cards, expand/collapse all, search, circular reference detection, missing DLL indicators
Sections — .text, .rdata, .data, etc. with virtual/raw sizes and permission flags (READ/WRITE/EXECUTE)
Features
Pure TypeScript PE parser — no native dependencies, no external tools