jjdredd

Results 83 comments of jjdredd

"""OK. I have read some code and compared to luajit source. I have the following concern in the decompiler code. Bytecode array size is read from header but treated as...

In a long debugging session I have found out that decompiler works fine when bytecode is **NOT** stripped

> Oh, yeah, I forgot about that. )-:< IMO decompiling conditionals and loops shouldn't be too complicated due to the special opodes. Now I see that this (decompilation) isn't a...

BTW I find this OO code hard to read without comments/docs (not implying anything) so I can't make any valuable contributions to the actual decompiler (anytime soon).

I hope I'll have a chance to get deeper into the code. Python itself is ok, visitors alerted me a bit because I have never used them. AST? ugh I...

Look in my fork, this might have saved you some time. I think I made these modifications before.

I'm glad the project is still alive and there are interested people around! IMHO the whole decompiler needs a lot of love. I've started by making it work for most...

Hello. Thanks NightNord for hints and instructions. So I guess I should get acquainted with luajit compiler source code. Still I'd like to read ljd code first to get a...

Do I understand correctly that: 1. the problem is extracting logical expressions that are used to make loop or branch decisions, and separating them from the rest of expressions in...