From: Eric Boucher Date: 2006-03-30T08:59:41+09:00 Subject: Compile to exe to hide source code Hi, I want to hide my source code under Windows, so I tought that compiling to an executable file would solve the problem. But I didn't found a way to do it with Ruby. I have tried 2 solutions: Exerb -- If you read the 'exe' file, you can see the source code directly. Ruby2exe -- The complete source is copied temporarily under the %TEMP% directory. Does somebody have a way to deploy a file while hiding the source code? I know that there is a decompiler for a lot of compilers, but I want to be able to make it harder for people to see the source code (not as easy as looking to a temporary directory or reading directly an 'exe' file). Thanks -- Posted with http://DevLists.com. Sign up and save your time!