Go to content

Lua Decompiler [COMPLETE]

: Converting assembly into an Abstract Syntax Tree (AST) to represent logic.

function <max.lua:1,5> (2 registers, 2 constants) 1 [2] LT 1 0 1 ; if a > b then 2 [2] JMP 1 ; to PC 4 3 [2] MOV 1 0 ; return a 4 [2] RETURN 1 2 ; return from function 5 [3] MOV 1 1 ; return b 6 [3] RETURN 1 2 lua decompiler