luauDec
luauDec copied to clipboard
Decompiler for luau (https://luau-lang.org/)
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...
When I attempt to build the program, it throws an error, here is my whole command history. ```bash [naymmm@DESKTOP-OB1AJL ~]$ git clone --recursive https://github.com/xgladius/luauDec.git Cloning into 'luauDec'... remote: Enumerating objects:...
[ 86%] Building CXX object CMakeFiles/luauDec.dir/main.cpp.o In file included from /home/cul8ter/luauDec/Decompiler/Decompile.h:7, from /home/cul8ter/luauDec/main.cpp:3: /home/cul8ter/luauDec/Decompiler/BlockGen/include/BlockGen.h:34:38: error: expected ‘)’ before ‘*’ token 34 | explicit BlockGen(Proto* p, std::vector subFuncs); | ~ ^...
``` >>> make [ 0%] Built target Luau.Common Consolidate compiler generated dependencies of target Luau.VM [ 24%] Built target Luau.VM Consolidate compiler generated dependencies of target Luau.Ast [ 30%] Built...
Uploading artifacts makes it easier to test the latest build, since you don't need to worry about compiling it yourself (which I haven't managed to do on Linux yet, using...