inspect_hook_wasm
Extract imports, exports, memory, custom sections, and loop/guard counts from Hook WASM bytecode without executing the module.
Instructions
Parse a Hook's CreateCode WASM (hex or base64): imports (Hook API functions), exports (hook/cbak), memory, custom sections, loop and guard(_g) counts. Offline, never executes the module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wasmHex | No | ||
| wasmBase64 | No |