Dll/software protection program?

Quote from mcgene4xpro:

I am dividing my logic into many DLLs and at some point i have to connect them all by developing central code. I am thinking to send fake dll to my core logic coder. These sent dlls will be just designed for testing and never sending the real ones.

What do you think?

Good idea, but then the main question is - why the heck BOTHER WITH ENCRYPTING THIS ONE?

Contrary. SEND HIM THE SOURCE.

Allow him to use those to build a testbed, modify them with debug and test code for HIS code.

What you basically do is called mocking, and is a good part of testing. Fake environments are standard practice, and they are a LOT more useful when they can be extended as a test requires.
 
Back
Top