marsinator358 / luajit-decompiler-v2

LuaJIT bytecode decompiler
Other
217 stars 58 forks source link

generated by LuaJIT 2.1 cannot be decompiled, and the error message is displayed. #52

Open fairyqb opened 2 hours ago

fairyqb commented 2 hours ago

The demo1-version-LuaJIT 2.1.0-beta3.ljbc generated by LuaJIT 2.1.0-beta3 can be decompiled.

However, the demo2-version-LuaJIT 2.1.ljbc generated by LuaJIT 2.1 cannot be decompiled, and the error message is displayed.

pic

demo1-version-LuaJIT 2.1.0-beta3.ljbc.txt

demo2-version-LuaJIT 2.1.0.ljbc.txt

fairyqb commented 2 hours ago

@marsinator358 @Aussiemon help...

marsinator358 commented 4 minutes ago

The demo2 file has been compiled by a modified version of LuaJIT 2.1 which is not supported by this decompiler.
However, I may be able to help you if you can provide the compiler that has been used.