WASM Format & Decompiler Packages
Skip to content We are happy to announce two new packages, released together: the WASM Form 2026-5-11 10:2:28 Author: blog.cerbero.io(查看原文) 阅读量:8 收藏

Skip to content

We are happy to announce two new packages, released together: the WASM Format package and the WASM Decompiler package. Together they bring native WebAssembly analysis to Cerbero Suite: parsing, disassembly, decompilation, data cross-references, and unified navigation between all of them.

WebAssembly long ago outgrew its original role as a fast in-browser execution target. Today it underpins server-side runtimes, serverless edge platforms, smart-contract VMs, plug-in systems for desktop and mobile applications, and a steady stream of malware samples that ship WASM payloads. Having a native parser, disassembler, and decompiler turns those modules into something a reverse engineer can actually read without leaving the suite.

The two packages are released together but layered. The Format package handles parsing, disassembly, the format tree, the bytecode view, and the Data XRefs view. The Decompiler package plugs into the bytecode view as a discoverable decompiler, so the bytecode tree’s mode combo automatically picks it up.


文章来源: https://blog.cerbero.io/wasm-format-decompiler-packages/
如有侵权请联系:admin#unsafe.sh