Quoting Ilan Finci <[EMAIL PROTECTED]>:

> Hi,
> The company I work with is creating executable code we give to potential 
> clients to test.
> 

The are 2 methods that I am thinking right now.

One method is is to use some external plugin, like the one from Aladin.
You can just encrypt your library.

The other method is code obfuscation.
>From my experience in reversing engineering, one of the
simpliests methods, I have seen, that suits to Visual c++/g++
is to obfuscate function calling, like calculating function
addresses, before calling it. It coule be done using macro functions.
But it is very easy to deobfuscate this code, with an emulation engine.

Everything could be reversed engineered. It just depends on the budget.
And it is not line that easy to find good professionals.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to