xgladius / luauDec

Decompiler for luau (https://luau-lang.org/)
58 stars 10 forks source link

Updating Luau works, but a few other issues #5

Open karl-police opened 5 months ago

karl-police commented 5 months ago

I copied this repository and replaced the entire Luau folder with the new one and that surprisingly worked. I just had to rename the JsonEncoder Header and add the Config folder to the CMake Mist. And change a few arguments on some of the Ast Constructions on luauDec's end.

However, if I manually feed Luau Bytecode in it, it errors out at some places. But the callstack lead to the files of this Repository's, before they reach the original Luau code.

Which is a good sign, but it's really hard to understand on how to fix it, without knowing what one has to do. It's related to the Ast Generation stuff.