unluac is a decompiler for Lua. It runs on Lua chunks that have been compiled with the standard Lua compiler.
Questions tagged [unluac]
2 questions
1
vote
0 answers
How to decrypt and decompile luac-file from cocos2d-x framework?
I know that the lua version is stored in the 5th byte of the luac file (the header). Here's the first few bytes of a luac file I have:
6D 6D 64 64 74 32
The 5th byte is 74. Is My Luac file LuaJIT bytecode?
I am trying to decompile this file and…

Nam Vu
- 5,669
- 7
- 58
- 90
0
votes
0 answers
Recompiling Lua files properly for KOF XIII
So recently decided to really knuckle down and try to figure out how to mod KOF XIII. The game utilizes Lua files, which are XOR encrypted with the key 0x66, and compiled. Made a Python Script to quickly decrypt them, as well as generate a ,bat that…

Yoshin Pixels
- 1
- 2