I'm also looking for LuaJIT decompiler. What's current best? I see that https://luadec.metaworm.site/ claims supporting it but it fails to decompile my files. Disassembly appears to be working. https://gitlab.com/znixian/luajit-decompiler looks abandoned (last commit in 2020) but surprisingly it successfully decompiled many files. Out of 440 lua files I tried it decompiled 372.
I'm also looking for LuaJIT decompiler. What's current best? I see that https://luadec.metaworm.site/ claims supporting it but it fails to decompile my files. Disassembly appears to be working. https://gitlab.com/znixian/luajit-decompiler looks abandoned (last commit in 2020 but surprisingly it successfully decompiled many files. Out of 440 lua files I tried it decompiled 372.
Replace `QLayout::setMargin()` with `QLayout::setContentsMargins()`.
Replace `QFontMetrics::width()` with `QFontMetrics::horizontalAdvance()`.
Use `QProcess::processId()` instead of `pid()`.
Add missing QRegExp include.
Use Qt::MiddleButton.
Use `QFileInfo(QString)`.