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 Graph structure and operations.
modcore;modedge;moddot;modreachability;modtraversal;pubuseself::core::Cfg;pubuseself::edge::{Edge, EdgeKind};