Move Bytecode Comprehension

Use when reading or reasoning about compiled Move bytecode or `sui move disassemble` output. Mental model for the binary format, what survives compilation (and what's lost), and how to read disassembly soundly. Trigger on "what does this package do?", "read this .mv module", "interpret this disassembly", or whenever an analysis needs to interpret bytecode faithfully.

MystenLabs 9803dc9 3 files · 11.7 KB Updated

File contents

MystenLabs/sui/tree/main/crates/sui-prompt/src/skills/move-bytecode-comprehension commit 9803dc987b

Frequently asked questions

npx skillmds@latest add mystenlabs/move-bytecode-comprehension