Source Code of a Löve2D Game is not readable

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
GVovkiv
Party member
Posts: 678
Joined: Fri Jan 15, 2021 7:29 am

Re: Source Code of a Löve2D Game is not readable

Post by GVovkiv »

pgimeno wrote: Fri Jun 16, 2023 8:02 am I searched for an archived version in the Wayback Machine but unfortunately there isn't one either.
Yep, there was snapshot on 2021, but there nothing. Probably, author moved source (or closed access to it) earlier and didn't bother to update site. (considering, that it looks very unmaintained)
DeadlyKitsune
Prole
Posts: 5
Joined: Tue Jun 13, 2023 9:15 pm

Re: Source Code of a Löve2D Game is not readable

Post by DeadlyKitsune »

Is there a way to decompile a LuaJIT ByteCode from Love2D using Love2D?
User avatar
UnixRoot
Citizen
Posts: 91
Joined: Mon Nov 08, 2021 8:10 am

Re: Source Code of a Löve2D Game is not readable

Post by UnixRoot »

Yes, there are LuaJIT decompilers
User avatar
pgimeno
Party member
Posts: 3593
Joined: Sun Oct 18, 2015 2:58 pm

Re: Source Code of a Löve2D Game is not readable

Post by pgimeno »

Literally speaking, "using love2d" might be possible but I'm not sure if the currently existing LuaJIT decompilers are written in Lua, therefore I'm not sure if they would run "using love2d".

It's certainly possible to disassemble and read the bytecode and interpret its meaning to form a program (manual decompilation). And yes, that's possible "using love2d".
DeadlyKitsune
Prole
Posts: 5
Joined: Tue Jun 13, 2023 9:15 pm

Re: Source Code of a Löve2D Game is not readable

Post by DeadlyKitsune »

Could you give me recommended Tools that allow it to decompile lua files from Love2D Games?
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 2 guests