Expand description
Modules§
- ast
- A simple representation for the Haxe source code generated by the decompiler
- fmt
- Functions to render the ast to a string
Functions§
- decompile_
class - Decompile a class with its static and instance fields and methods.
- decompile_
code - Decompile a function code to a list of Statements. This works by analyzing each opcodes in order while trying to reconstruct scopes, contexts and intents.
- decompile_
function - Decompile a function out of context