LuaQ files
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LuaQ files
unluac seems to give some results:
http://sourceforge.net/projects/unluac/files/
http://sourceforge.net/projects/unluac/files/
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LuaQ files
I got a new file, but can't display character, can you tell me ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LuaQ files
I suppose they are utf8 characters used, for example, in asian alphabets and so it displays them as a sequence of bytes.
The following script should be able to make the lua script more readable:
http://aluigi.org/papers/bms/unescape_strings.bms
*edit*
I confirm, it works. The resulted strings are in chinese
The following script should be able to make the lua script more readable:
http://aluigi.org/papers/bms/unescape_strings.bms
*edit*
I confirm, it works. The resulted strings are in chinese
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: LuaQ files
aluigi wrote:I suppose they are utf8 characters used, for example, in asian alphabets and so it displays them as a sequence of bytes.
The following script should be able to make the lua script more readable:
http://aluigi.org/papers/bms/unescape_strings.bms
*edit*
I confirm, it works. The resulted strings are in chinese
Thanks so much Aluigi. You work perfect
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: LuaQ files
I have also updated it to version 0.2 to work seriously on any string escape (you don't need to reuse it because the output is the same of the previous version for that decompiled CN.lua).
I hope it will be useful not only for this specific case but also in other situations... who knows.
I hope it will be useful not only for this specific case but also in other situations... who knows.
-
- Posts: 39
- Joined: Mon Mar 02, 2020 3:32 am
Re: LuaQ files
aluigi wrote:unluac seems to give some results:
http://sourceforge.net/projects/unluac/files/
Error "Exception in thread "main" java.lang.NegativeArraySizeException", latest version with this file
Thanks for help