in reply to Re: Re: Re: An obfuscation script, and a question
in thread An obfuscation script, and a question
Code obfuscators can always be reversed if the user(s) are determined enough to de-obfuscateThis is as true of obfuscated code as it is of compiled programs. While you make it more difficult to reverse-engineer the program, the information is still all there. This might only be changed if some cryptographic techniques become available, allowing to run an application in an untrusted environment without leaking information on the algorithm (I am not able to find relevant links at the moment, but it's an active field of research).
Since you mention Acme::Bleach and Acme::Buckaroo, I'd like to point out that they have no use as obfuscators for commercial source-hiding purposes, since during execution the program is reverted to its original form (comments and all) and then evaluated.
Cheers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: An obfuscation script, and a question
by diotalevi (Canon) on Mar 14, 2003 at 11:22 UTC | |
by abell (Chaplain) on Mar 14, 2003 at 13:57 UTC | |
|
Re: Re: Re: Re: Re: An obfuscation script, and a question
by hardburn (Abbot) on Mar 14, 2003 at 14:52 UTC | |
by abell (Chaplain) on Mar 14, 2003 at 16:45 UTC |