Hello, everyone! I've been looking for a Lua 5.0 decompiler everywhere and this was really the only one I found that was actually working. (all the others don't seem to work at all) Now, the main concern I have is regarding the way how the code is actually decompiled and how it looks like afterwards. Let's make an example. My test lua code looks like this: function testFunc() // blah I compile it with luac 5.0. Now, I use unluac and I get this: testFunc = L0_1 function L0_1() I am not entirely sure...
Hello, everyone! I've been looking for a Lua 5.0 decompiler everywhere and this was really the only one I found that was actually working. (all the others don't seem to work at all) Now, the main concern I have is regarding the way how the code is actually decompiled and how it looks like afterwards. Let's make an example. My test lua code looks like this: function testFunc() // blah I compile it with luac 5.0. Now, I use unluac and I get this: testFunc = L0_1 function L0_1() I am not entirely sure...
Hello, everyone! I've been looking for a Lua 5.0 decompiler everywhere and this was really the only one I found that was actually working. (all the others don't seem to work at all) Now, the main concern I have is regarding the way how the code is actually decompiled and how it looks like afterwards. Let's make an example. My test lua code looks like this: function testFunc() // blah I compile it with luac 5.0. Now, I use unluac and I get this: testFunc = L0_1 function L0_1() I am not entirely sure...
Doesn't seem to work. Can't add the lexer/parser files to my project. Doesn't show...