I managed to decrypt xors on the Lua file, but was surprised that wasn't enough to decompile it properly. I'm not experienced with bytecode Lua reverse engineering, please help me with the opcodes if possible. I attached some other files to analyze. Thanks you very much for the infos!
Hi, I tried decompile some lua files but got this error: Exception in thread "main" java.lang.RuntimeException: unmapped type code 33 at unluac.parse.LConstantType.parse(LConstantType.java:23) at unluac.parse.LConstantType.parse(LConstantType.java:1) at unluac.parse.BObjectType$1.run(BObjectType.java:48) at unluac.parse.BInteger.iterate(BInteger.java:117) at unluac.parse.BObjectType.parseList(BObjectType.java:44) at unluac.parse.BObjectType.parseList(BObjectType.java:39) at unluac.parse.BObjectType.parseList(BObjectType.java:19)...