| View previous topic :: View next topic |
| Author |
Message |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Sat Sep 26, 2015 5:26 am Post subject: Lua GUI encryption |
|
|
Hi guys,
Does anybody know about lua GUI encryption ?.
Like show in this video :
Video :
https://www.youtube.com/watch?v=_fL86bT7sy8
Website :
http://lua-encryption.subdomain10.info
(but the link can't open)
This software will encryption your Lua source code with AES 256bit encryption and create a portable standalone executable for you.
I try to get this software. Any information ?
Regards
|
|
| Back to top |
|
 |
Redouane Master Cheater
Reputation: 3
Joined: 05 Sep 2013 Posts: 363 Location: Algeria
|
Posted: Sat Sep 26, 2015 6:26 am Post subject: Re: Lua GUI encryption |
|
|
| Corroder wrote: | Hi guys,
Does anybody know about lua GUI encryption ?.
|
The only way that I know to make a Lua executable that cannot be modified that easily is to use Luac to compile it (add the -s option http://www.lua.org/manual/4.0/luac.html),then use srlua to make it executable,of course,keep the Lua dll and any other external library it uses (like iuplua,lfs...) in the same folder (with the exe).
You can also use a packer like upx on the final executable.
|
|
| Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Sat Sep 26, 2015 7:59 am Post subject: |
|
|
Redouane, thank you. Yes i know how to use Luac (with options and parameters) to compiling lua file.
The questions :
1. Is it Luac follow with srlua give result stand alone executable file ?
2. Is Luac and srlua able to compiling and make stand alone executable file for CE Lua script table + form which created use CE form designer (GUI), say it a CE trainer.
3. Is there any function to generating lua script (work like wixFormBuilder).
I've read this topic by DaSpammer in other post with his script function.
But I am not find a simple usage sample to use the function.
In other side for encryption, we able to use luaCrypto.
I just want to get more simple way as shown in video, if possible.
Regards
|
|
| Back to top |
|
 |
|