jjdredd
jjdredd
**EDIT** Sorry, my bad. Everything seems to be working. I've just added a new branch for luajit v2.1. **EDIT_2** I propose adding version flag to opcode tuples in code.py. Modify...
@Bluetiger , well, I ran it on your main.luc and got something that looked like lua source. You may try it yourself on other files (branch "ljv2.1" on my fork,...
Beware! Although you're getting readable lua source, it could be incorrect! As for the new files, I think they aren't stripped so my little bugfix doesn't apply here. I guess...
Decrypting or decompiling? Anyway, the decompiler is not working atm and probably abandoned at least temporarily.
I think I encountered a similar bug, can you try branch `bugfix` on my fork?
yes, unwarper is broken, just like slotworks, the locals module needs work too, not much time currently to do this
oh I meant to post here https://github.com/NightNord/ljd/issues/13#issuecomment-273357727
> or a new instruction Very unlikely. I have checked all the bc opcodes in the lj_bc.h and instructions.py using a program and a script, looks like you have all...
I will test the decompiler against older versions of luajit these days.
same shit happens with latest luajit git and version 2.0.0 so it's not something related to recent changes in the compiler.