lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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

Shmuel Zeigerman wrote:
[...]
> While this method should work, it requires dedicated effort in
> programming main application. The interesting question is: whether it's
> feasible to write an "obfuscator" which is fully automatic and able to
> correctly process *any* Lua program.

That'd be my attitude, I'm afraid. Why spend time making programs harder to
run? The only kind of people who'd be stopped by obfuscation are the kind of
people who'd be stopped by a simple license agreement. All obfuscation does is
 to waste valuable coder resources and make your life harder (because it's yet
another incompatible patch on top of the standard Lua codebase).

I'd suggest compiling all your binaries with luac -s, so there isn't any
source code lying around, and if you're *really* paranoid tweaking the headers
to stop them looking like Lua binaries. Beyond that, I reckon you're just
wasting your time.

(Besides, I'm afraid that any business plan that relies on secret algorithms
is probably doomed from the start. That kind of thing just doesn't work.)

- --
+- David Given --McQ-+ "If you're up against someone more intelligent
|  dg@cowlark.com    | than you are, do something insane and let him think
| (dg@tao-group.com) | himself to death." --- Pyanfar Chanur
+- www.cowlark.com --+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVpOdf9E0noFvlzgRAglXAJ9x+oi13antepHYdgpWeSJrjU5RqACfSC/6
2bSg9dlS3Z5HRaOFsDBQ7gk=
=/txK
-----END PGP SIGNATURE-----