MCP plugin lets Claude Code read WASM binaries accurately

Hexana is an MCP plugin that fixes a problem have with (WASM) files: when asked to analyze a WASM binary, Claude Code and Codex sometimes make up inaccurate details instead of reading the actual bytes. Hexana feeds the AI verified structural information extracted directly from the binary, so it can accurately summarize a WASM module, identify functions inside it, triage crashes, and inspect memory contents without guessing.

Key points

  • Hexana is an MCP plugin that helps Claude Code/Codex analyze WASM binaries accurately
  • It grounds the AI with verified data extracted from the actual WASM bytes, preventing
  • Useful for module summarization, function identification, crash triage, and memory inspection
Read original