Expand description
Raw FFI bindings for LuaDec
This crate provides low-level FFI bindings to the LuaDec C library.
For a high-level safe API, use the luadec
crate instead.
Structs§
- luadec_
result_ t - Opaque structure representing the decompile result from C
Functions§
- luadec_
decompile_ ⚠buffer - Decompile bytecode from a buffer
- luadec_
free_ ⚠result - Free the result structure
- luadec_
get_ ⚠error - Get the error string (NULL if no error)
- luadec_
get_ ⚠result - Get the decompiled result string (NULL if error occurred)