neo-decompiler 0.11.0

Neo N3 NEF decompiler: parse, disassemble, lift bytecode to high-level pseudocode and C# skeletons, with a CLI, JSON reports, and optional WebAssembly bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use super::*;

mod analysis;
mod call_graph;
mod calls;
mod decompile;
mod entry_point;
mod entry_stack;
mod identifiers;
mod opcode_dispatch;
mod syscalls;
mod type_stack;
mod unknowns;
mod xrefs;