Posted: Sat May 25, 2019 12:21 am Post subject: Decode script
I have a script I want to decode then open to make sure it is safe. (Random internet script for fun.)
I know how to call the decode function (I have the encoded one) but I want to open up
myScript instead of running myScript() and seeing what happens.
How do I do this?
The whole purpose of encoding the script is to prevent from user viewing the script, as it compiles to Lua bytecodes (text and debug is stripped).
You could build a parser (or find one if possible), to reverse it, but it will not show the script as it was, but more the logic of the script. _________________
I'm rusty and getting older, help me re-learn lua.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum