luadec-rust 1.1.2

A Lua 5.1 bytecode decompiler written in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod opcodes;
pub mod instruction;
pub mod cfg;
pub mod dominator;
pub mod liveness;
pub mod ast;
pub mod lifter;
pub mod emit;