Page 1 of 1

Virtual Box on DLLs

Posted: Wed Apr 24, 2013 9:14 pm
by atraversi
Hi

Sorry, my english is bad.

I have a solution in DLL file, and also uses other dlls. Can I package all dlls in only one with Virtual Box?

Re: Virtual Box on DLLs

Posted: Thu Apr 25, 2013 4:07 am
by Enigma
Hi, yes, this is possible but with the few limitations:

1. the packed/protected dll should be loaded by the target exe only once per a process session and should not be unloaded from this process.
2. you care about all risk that may appear when the exe loads dll. So carefully test your protected files.