Compile to exe to hide source code

E

Eric Boucher

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
 
Z

zdennis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eric said:
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).

This has been talked abot *alot* on this list. You can search archives for indepth discussions.

Zach
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEKyKKMyx0fW1d8G0RAtA1AJwOv9p046Gaq/miU7/rgiN8tXD5YgCbB3Ne
QPMp9JlybQ5sfMmOKbPSKQE=
=OnSU
-----END PGP SIGNATURE-----
 
L

listrecv

Will the efforts at making a Ruby VM help here? I understand that Ruby
2.0 will use bytecode.

What about the current alternate implementations of Ruby (such as the
Java based ones, and the VM based ones) - could they help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top