neo-decompiler 0.10.1

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
export { tryBinaryExpression } from "./high-level-stack-binary.js";
export { tryControlStatement } from "./high-level-stack-control.js";
export { tryStackShapeOperation } from "./high-level-stack-shape.js";
export { tryUnaryExpression } from "./high-level-stack-unary.js";