PtokaX forum

Development Section => Lua tools => Topic started by: PPK on 15 April, 2012, 05:28:43

Title: unluac, a Lua 5.1 decompiler
Post by: PPK on 15 April, 2012, 05:28:43
unluac is a decompiler for Lua 5.1 http://sourceforge.net/projects/unluac/

I'm tested it on dixbot
Quotejava -jar unluac.jar dixbot.lua
and it is working ;D
Title: Re: unluac, a Lua 5.1 decompiler
Post by: bastya_elvtars on 15 April, 2012, 11:50:50
The main reason for compilation is 'ZOMG TEH COMPILED SCRIPTZ RUN FASTAH!!!!11!!one!1', which is obviously not true. Thanks for the link anyway. ;-)
Title: Re: unluac, a Lua 5.1 decompiler
Post by: Hamachi on 15 April, 2012, 23:00:11
How to save it to a file ?
Title: Re: unluac, a Lua 5.1 decompiler
Post by: bastya_elvtars on 15 April, 2012, 23:31:44
java -jar unluac.jar dixbot.lua > dixbot_decompiled.lua for example