This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
doublequestionmark's profile picture

Creating A Un-Readable Executable File

Started by doublequestionmark, 30 September 2014 - 08:31 PM
doublequestionmark #1
Posted 30 September 2014 - 10:31 PM
Hello World,
I Am Trying To Create A Program (Like Many Of You!) That Is Unreadable To A Human, But Is Still Executable By The Computer (Think Microsoft).
Is There Any Way You Guys Can Think Of Accomplishing This Goal Of Mine?
KingofGamesYami #2
Posted 30 September 2014 - 10:32 PM
string.dump
natedogith1 #3
Posted 01 October 2014 - 01:13 AM
string.dump is indeed the way to go, however I feel I should mention that most things that run lua won't let you load binaries (it's a huge security concern), though CC will.
Also, all code is readable to a human with a decompiler and an abundance of spare time