Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
//! Control flow lifting helpers for the high-level emitter.
//!//! Neo VM scripts are stack based, but we still try to reconstruct structured
//! control-flow patterns (loops, if/else blocks, and TRY/CATCH/FINALLY shapes)
//! from the linear instruction stream.
modbranches;modjumps;modloops;modtargets;modtry_blocks;