Skip to content

[codex] Add DLL viewer#543

Draft
phodal wants to merge 2 commits into
codex/office-wasm-poc-renderer-cleanfrom
codex/dll-viewer
Draft

[codex] Add DLL viewer#543
phodal wants to merge 2 commits into
codex/office-wasm-poc-renderer-cleanfrom
codex/dll-viewer

Conversation

@phodal

@phodal phodal commented May 1, 2026

Copy link
Copy Markdown
Owner

What changed

  • Adds a browser-side Portable Executable parser for Windows DLL/EXE/SYS/OCX files.
  • Adds a debug DLL viewer at /debug/dll-viewer with PE summary, sections, data directories, imports, exports, warnings, and raw JSON.
  • Adds parser characterization tests and i18n strings for the debug surface.

Base

This PR is intentionally based on codex/office-wasm-poc-renderer-clean so the diff only contains the DLL viewer increment on top of the Office WASM clean branch.

Validation

  • npx vitest run src/client/dll-viewer/__tests__/pe-parser.test.ts
  • npx tsc --noEmit --pretty false
  • npx eslint --max-warnings=0 src/app/debug/dll-viewer/page-client.tsx src/client/dll-viewer/pe-parser.ts src/client/dll-viewer/__tests__/pe-parser.test.ts
  • agent-browser smoke: uploaded /Users/phodal/Downloads/kernel32/kernel32.dll to /debug/dll-viewer; parsed PE32+ x86-64, 7 sections, 1631 exports, 96 imports, no parser warnings.
  • entrix run --tier fast -> 100.0% PASS

phodal and others added 2 commits May 1, 2026 18:27
Co-authored-by: Codex (GPT 5.4) <codex@openai.com>
Co-authored-by: Codex (GPT 5.4) <codex@openai.com>
@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4c76d7aa-091b-405b-b286-03dfca0981ea

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/dll-viewer

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant