DLL protection

Dec 6, 2010 at 7:18pm
Hello, everybody!
App uses some third-party DLLs, which should be protected from any outside access. However, the app should have full access to this DLLs. Are there a ways to do this without writing DLLs on hard disc(including extracting DLLs to TEMP directory during runtime)?
Thanks!
Dec 6, 2010 at 11:14pm
What do you mean by protected? Lots of programs do fine just listening to M$ and putting version specific DLL's in Program Files with the rest of the content. Do you mean you don't want anything to access them offline? Because that's doable but a little shadey.
Dec 18, 2010 at 9:10am
Use BoxedApp Packer ( http://boxedapp.com/ )
Topic archived. No new replies allowed.