Skip to main content

disassemble_neovm_bytecode

Function disassemble_neovm_bytecode 

Source
pub fn disassemble_neovm_bytecode(bytecode: &[u8]) -> String
Expand description

Disassemble NeoVM bytecode into a human-readable textual listing.

This function is total: any byte sequence (including malformed or truncated bytecode) produces some output without panicking. That invariant is fuzzed by fuzz/fuzz_targets/fuzz_target_disasm.rs.