I need help. I want to batch decompile Lua, and it can't be done on the website. The most logical thing would be to take the repositories from GitHub and compile them, right? Well, I don't know much about this. I tried compiling it, I installed everything, but I keep getting an error something like u8 and u64, and this p.as_ptr().sub_ptr(input.as_ptr()) I don't understand, to be honest. I can't compile it, and I really need to decompile a lot of files. The problem is that several of those files have the same name, and they are in different folders.
I need help. I want to batch decompile Lua, and it can't be done on the website. The most logical thing would be to take the repositories from GitHub and compile them, right? Well, I don't know much about this. I tried compiling it, I installed everything, but I keep getting an error something like u8 and u64, and this
p.as_ptr().sub_ptr(input.as_ptr())I don't understand, to be honest. I can't compile it, and I really need to decompile a lot of files. The problem is that several of those files have the same name, and they are in different folders.