marsinator358 / luajit-decompiler-v2

LuaJIT bytecode decompiler
Other
217 stars 58 forks source link

Bytecode error? #33

Closed Vladik01-11 closed 7 months ago

Vladik01-11 commented 7 months ago

For some reason, the program used to be able to work with this file (it seems), but now it refuses to decompile it, although the file has not changed, has something happened to the program? image Test.zip

marsinator358 commented 7 months ago

The file is protected against decompilation, did you forget to remove the protection first?

SkipperSharp commented 7 months ago

Same Error Happen with me main.zip

marsinator358 commented 7 months ago

@SkipperSharp Seems like your file has been compiled with a modified version of LuaJIT
as the opcode order differs. Someone would need to figure out the correct order first.

marsinator358 commented 7 months ago

@54l546u1l7l35s The decompiler should always display an error message if it fails to decompile,
or does the program just open and close immediately? Anyway, you can attach the file
to your comment (either as zip or rename the extension to .txt) so I can have a look.

54l546u1l7l35s commented 7 months ago

@marsinator358 do you have discord so we can talk better?

marsinator358 commented 7 months ago

@54l546u1l7l35s I don't, just write here.

marsinator358 commented 7 months ago

@54l546u1l7l35s The file caused a stack overflow. I've increased the stack size and it works now,
please re-download the executable from the current release.