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
mod resolution;
mod source;

pub(super) use resolution::resolve_ldarg_calla_targets;
pub(in crate::decompiler::analysis) use source::{
    calla_ldarg_index, initslot_arg_count_at, trace_call_arg_source, CallArgSource,
};